Area
Last updated
Last updated
Add chart method present in worksheet component. By default the anchor is at 1,1 aka A1 cell.
AreaChartSetting
OptionsContains options details extended from ChartSetting
that are specific to area chart.
Property | Type | Details |
---|---|---|
areaChartDataLabel | General Data label option applied for all series | |
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 |
chartAxesOptions | Chart axes options |
AreaChartDataLabel
OptionsContains options details extended from ChartDataLabel
that are specific to area chart.
Property | Type | Details |
---|---|---|
dataLabelPosition | DataLabelPositionValues | Data Label placement options. |
AreaChartSeriesSetting
OptionsContains options details extended from ChartSeriesSetting
that are specific to area chart.
areaChartDataLabel | Data Label Option specific to one series | |
fillColor | string? | Fill color specific to one series |