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 PointPropertiesgetChartPointByIndex(Chart chart, int index) Returns thePointPropertiesfrom chart with current index.
-
Method Details
-
getChartPointByIndex
Returns thePointPropertiesfrom chart with current index.- Parameters:
chart- the chart, can't benullindex- the index of the PointProperties- Returns:
- the PointProperties, never
null
-