- 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
- CurveRemoveByName
- CurveRemoveByIndex
- CurvesTotal
- MarksToAxisAdd
- MajorMarkSize
- FontSet
- FontGet
- Attach
- CalculateMaxMinValues
- Height
- IndentDown
- IndentLeft
- IndentRight
- IndentUp
- Redraw
- ResetParameters
- ScaleX
- ScaleY
- SetDefaultParameters
- Width
MarksToAxisAdd
Añade una marca de la escala ("muesca") al eje indicado del gráfico.
bool MarksToAxisAdd(
|
Parámetros
&marks[]
[in] Coordenadas de las "muescas"
mark_size
[in] Tamaño de las "muescas"
position
[in] Ubicación de las "muescas"
dimension=0
[in] 0 adición al eje X,
1 adición al eje Y
Valor devuelto
true en caso de éxito, de lo contrario, false.