Click or drag to resize

ChartStyleElements Enumeration

Contains the list of style elements

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartStyleElements
Members
Member name Value Description
axisTitle 0 Indicates the Axis Title Element
categoryAxis 1 Indicates the Category Axis element
chartArea 2 Indicates the chart Area Element
dataLabel 3 Indicates the Data Label Element
dataLabelCallout 4 Indicates the Data Label callout Element
dataPoint 5 Indicates the Data Point Element
dataPoint3D 6 Indicates the Data Point 3D Element
dataPointLine 7 Indicates the Data Point Line Element
dataPointMarker 8 Indicates the Data Point Marker Element
dataPointMarkerLayout 9 Indicates the Data Point Marker Layout Element
dataPointWireframe 10 Indicates the Data Point Wireframe Element
dataTable 11 Indicates the Data Table Element
downBar 12 Indicates the Down Bar Element
dropLine 13 Indicates the Drop Line Element
errorBar 14 Indicates the Error Bar Element
floor 15 Indicates the Floor Element
gridlineMajor 16 Indicates the Major grid line Element
gridlineMinor 17 Indicates the Minor grid line Element
hiLoLine 18 Indicates the High-Low Line Element
leaderLine 19 Indicates the Leader Line Element
legend 20 Indicates the Legend Element
plotArea 21 Indicates the Plot Area Element
plotArea3D 22 Indicates the Plot Area 3D Element
seriesAxis 23 Indicates the Series Axis Element
seriesLine 24 Indicates the SeriesLine Element
title 25 Indicates the Title Element
trendline 26 Indicates the Trendline Element
trendlineLabel 27 Indicates the TrendLine Label Element
upBar 28 Indicates the Up Bar Element
valueAxis 29 Indicates the Value Axis Element
wall 30 Indicates the Wall Element
extLst 31 Indicates the Extension List Element
See Also