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 SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static PointPropertiesgetChartPointByIndex(Chart chart, int index)Returns thePointPropertiesfrom chart with current index.
 
- 
- 
- 
Method Detail- 
getChartPointByIndexpublic static PointProperties getChartPointByIndex(Chart chart, int index) Returns thePointPropertiesfrom chart with current index.- Parameters:
- chart- the chart, can't be- null
- index- the index of the PointProperties
- Returns:
- the PointProperties, never null
 
 
- 
 
-