Package com._1c.g5.v8.dt.chart.common
Interface IChartProvider
-
public interface IChartProviderProvider of default charts for purposes of drawing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBmObjectgetChart(FieldExtInfo extInfo, Version version)Gets chart for givenFieldExtInfoandVersion.
-
-
-
Method Detail
-
getChart
IBmObject getChart(FieldExtInfo extInfo, Version version)
Gets chart for givenFieldExtInfoandVersion. OnlyChartFieldExtInfo,DendrogramFieldExtInfoandGanttChartFieldExtInfoare supported.- Parameters:
extInfo- The extInfo, cannot benull.version- The version, cannot benull.- Returns:
- the chart, never
null.
-
-