- Create
- Destroy
- Update
- ChartObjectName
- ResourceName
- XAxis
- YAxis
- GapSize
- BackgroundColor
- BackgroundMain
- BackgroundMainSize
- BackgroundMainColor
- BackgroundSub
- BackgroundSubSize
- BackgroundSubColor
- GridLineColor
- GridBackgroundColor
- GridCircleRadius
- GridCircleColor
- GridHasCircle
- GridAxisLineColor
- HistoryNameWidth
- HistoryNameSize
- HistorySymbolSize
- TextAdd
- LineAdd
- CurveAdd
- CurvePlot
- CurvePlotAll
- CurveGetByIndex
- CurveGetByName
- CurvesTotal
- CurveRemoveByName
- CurveRemoveByIndex
- MarksToAxisAdd
- MajorMarkSize
- FontSet
- FontGet
- Attach
- CalculateMaxMinValues
- Height
- IndentDown
- IndentLeft
- IndentRight
- IndentUp
- Redraw
- ResetParameters
- ScaleX
- ScaleY
- SetDefaultParameters
- Width
HistoryNameWidth (méthode Get)
Retourne la longueur maximum autorisée pour l'affichage du nom d'une courbe.
int HistoryNameWidth() |
Valeur de Retour
Longueur maximum en pixels.
Note
Si le nom de la courbe est supérieur à la longueur maximum autorisée, il est tronqué et des points sont ajoutés à la fin.
HistoryNameWidth (méthode Set)
Définit la longueur maximum autorisée pour l'affichage du nom d'une courbe.
void HistoryNameWidth(
|
Paramètres
width
[in] Longueur maximum en pixels.
Note
Si le nom de la courbe est supérieur à la longueur maximum autorisée, il est tronqué et des points sont ajoutés à la fin.