Column
Last updated
Last updated
Add chart method present in slide component or you can replace the chart using shape componenet.
ColumnChartSetting<G.PresentationSetting>
OptionsContains options details extended from ChartSetting
that are specific to column chart.
ColumnChartDataLabel
OptionsContains options details extended from ChartDataLabel
that are specific to column chart.
ColumnChartSeriesSetting
OptionsContains options details extended from ChartSeriesSetting
that are specific to column chart.
ColumnGraphicsSetting
Options only applied in cluster typeColumnChartDataPointSetting
OptionsContains options details extended from ChartDataPointSetting
that are specific to column chart.
Property | Type | Details |
---|---|---|
Property | Type | Details |
---|---|---|
Property | Type | Details |
---|---|---|
columnChartDataLabel
General Data label option applied for all series
columnChartSeriesSettings
List<ColumnChartSeriesSetting?>
Data Series specific options are used from the list. The position on the list is matched with the data series position. you can use null to skip a series
columnChartTypes
ColumnChartTypes
Type of chart
chartAxesOptions
Chart axes options
columnGraphicsSetting
Set properties related to bar placement
dataLabelPosition
DataLabelPositionValues
Data Label placement options.
columnChartDataLabel
Data Label Option specific to one series
fillColor
string?
Fill color specific to one series
columnChartDataPointSettings
List<ColumnChartDataPointSetting?>
Data point specific options are used from the list. The position on the list is matched with the data point position. you can use null to skip a data point.
categoryGap
int
Gap between Category. Default : 219
seriesGap
int
Gap between Series. Default : -27