Scatter
Last updated
Last updated
Add chart method present in slide component or you can replace the chart using shape componenet.
ScatterChartSetting
OptionsContains options details extended from ChartSetting
that are specific to scatter chart.
Property | Type | Details |
---|---|---|
ScatterChartDataLabel
OptionsContains options details extended from ChartDataLabel
that are specific to scatter chart.
ScatterChartSeriesSetting
OptionsContains options details extended from ChartSeriesSetting
that are specific to scatter chart.
Property | Type | Details |
---|---|---|
Property | Type | Details |
---|---|---|
scatterChartDataLabel
General Data label option applied for all series
scatterChartSeriesSettings
List<ScatterChartSeriesSetting?>
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
scatterChartTypes
ScatterChartTypes
Type of chart
chartAxesOptions
Chart axes options
dataLabelPosition
DataLabelPositionValues
Data Label placement options.
ScatterChartDataLabel
Data Label Option specific to one series