Package com._1c.g5.v8.dt.chart.common
Interface IChartProvider
-
public interface IChartProvider
Provider of default charts for purposes of drawing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBmObject
getChart(FieldExtInfo extInfo, Version version)
Gets chart for givenFieldExtInfo
andVersion
.
-
-
-
Method Detail
-
getChart
IBmObject getChart(FieldExtInfo extInfo, Version version)
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
.
-
-