Package com._1c.g5.v8.dt.chart.common
Class ChartUtils
- java.lang.Object
-
- com._1c.g5.v8.dt.chart.common.ChartUtils
-
public final class ChartUtils extends Object
Utility methods for chart.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PointProperties
getChartPointByIndex(Chart chart, int index)
Returns thePointProperties
from chart with current index.
-
-
-
Method Detail
-
getChartPointByIndex
public static PointProperties getChartPointByIndex(Chart chart, int index)
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
-
-