Package com._1c.g5.v8.dt.chart.common
Class ChartUtils
java.lang.Object
com._1c.g5.v8.dt.chart.common.ChartUtils
Utility methods for chart.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PointProperties
getChartPointByIndex
(Chart chart, int index) Returns thePointProperties
from chart with current index.
-
Method Details
-
getChartPointByIndex
Returns thePointProperties
from chart with current index.- Parameters:
chart
- the chart, can't benull
index
- the index of the PointProperties- Returns:
- the PointProperties, never
null
-