Area
Add chart method present in slide component or you can replace the chart using shape componenet.
Basic Code Sample
AreaChartSetting
Options
AreaChartSetting
OptionsContains options details extended from ChartSetting
that are specific to area chart.
Property
Type
Details
areaChartSeriesSettings
List<AreaChartSeriesSetting?>
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
areaChartTypes
AreaChartTypes
Type of chart
AreaChartDataLabel
Options
AreaChartDataLabel
OptionsContains options details extended from ChartDataLabel
that are specific to area chart.
Property
Type
Details
dataLabelPosition
DataLabelPositionValues
Data Label placement options.
AreaChartSeriesSetting
Options
AreaChartSeriesSetting
OptionsContains options details extended from ChartSeriesSetting
that are specific to area chart.
fillColor
string?
Fill color specific to one series
Last updated