Line
Last updated
Last updated
Add chart method present in worksheet component. By default the anchor is at 1,1 aka A1 cell.
LineChartSetting
OptionsContains options details extended from ChartSetting
that are specific to line chart.
LineChartDataLabel
OptionsContains options details extended from ChartDataLabel
that are specific to line chart.
LineChartSeriesSetting
OptionsContains options details extended from ChartSeriesSetting
that are specific to column chart.
LineChartLineFormat
OptionsProperty | Type | Details |
---|---|---|
Property | Type | Details |
---|---|---|
Property | Type | Details |
---|---|---|
Property | Type | Details |
---|---|---|
lineChartDataLabel
General Data label option applied for all series
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
chartAxesOptions
Chart axes options
dataLabelPosition
DataLabelPositionValues
Data Label placement options.
lineChartDataLabel
Data Label Option specific to one series
lineChartLineFormat
lineChartDataPointSettings
List<LineChartDataPointSetting?>
TODO
transparency
int?
width
int?
outlineCapTypeValues
OutlineCapTypeValues?
outlineLineTypeValues
OutlineLineTypeValues?
beginArrowValues
DrawingBeginArrowValues?
endArrowValues
DrawingEndArrowValues?
dashType
DrawingPresetLineDashValues?
lineStartWidth
LineWidthValues?
lineEndWidth
LineWidthValues?