Package com._1c.g5.v8.dt.chart.common
Interface IChartProvider
- All Known Implementing Classes:
ChartProvider
public interface IChartProvider
Provider of default charts for purposes of drawing.
-
Method Summary
Modifier and TypeMethodDescriptiongetChart(FieldExtInfo extInfo, Version version) Gets chart for givenFieldExtInfoandVersion.
-
Method Details
-
getChart
Gets chart for givenFieldExtInfoandVersion. OnlyChartFieldExtInfo,DendrogramFieldExtInfoandGanttChartFieldExtInfoare supported.- Parameters:
extInfo- The extInfo, cannot benull.version- The version, cannot benull.- Returns:
- the chart, never
null.
-