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 givenFieldExtInfo
andVersion
.
-
Method Details
-
getChart
Gets chart for givenFieldExtInfo
andVersion
. OnlyChartFieldExtInfo
,DendrogramFieldExtInfo
andGanttChartFieldExtInfo
are supported.- Parameters:
extInfo
- The extInfo, cannot benull
.version
- The version, cannot benull
.- Returns:
- the chart, never
null
.
-