Line
Add chart method present in slide component or you can replace the chart using shape componenet.
Basic Code Sample
LineChartSetting
Options
LineChartSetting
OptionsContains options details extended from ChartSetting
that are specific to line chart.
lineChartSeriesSettings
List<LineChartSeriesSetting?>
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
lineChartTypes
LineChartTypes
Type of chart
LineChartDataLabel
Options
LineChartDataLabel
OptionsContains options details extended from ChartDataLabel
that are specific to line chart.
dataLabelPosition
DataLabelPositionValues
Data Label placement options.
LineChartSeriesSetting
Options
LineChartSeriesSetting
OptionsContains options details extended from ChartSeriesSetting
that are specific to column chart.
lineChartDataPointSettings
List<LineChartDataPointSetting?>
TODO
LineChartLineFormat
Options
LineChartLineFormat
Optionstransparency
int?
width
int?
outlineCapTypeValues
OutlineCapTypeValues?
outlineLineTypeValues
OutlineLineTypeValues?
beginArrowValues
DrawingBeginArrowValues?
endArrowValues
DrawingEndArrowValues?
dashType
DrawingPresetLineDashValues?
lineStartWidth
LineWidthValues?
lineEndWidth
LineWidthValues?
Last updated