Class ChartUtils

java.lang.Object
com._1c.g5.v8.dt.chart.common.ChartUtils

public final class ChartUtils extends Object
Utility methods for chart.
  • Method Details

    • getChartPointByIndex

      public static PointProperties getChartPointByIndex(Chart chart, int index)
      Returns the PointProperties from chart with current index.
      Parameters:
      chart - the chart, can't be null
      index - the index of the PointProperties
      Returns:
      the PointProperties, never null