Gets the type of the chart axis.
 Namespace:
 Spire.Doc.Fields.Shapes.Charts
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ChartAxisType Type { get; }
 
Public ReadOnly Property Type As ChartAxisType
	Get
 
public:
property ChartAxisType Type {
	ChartAxisType get ();
}
 
member Type : ChartAxisType with get
 
 
 
Property Value
 
 Type:
 
ChartAxisType
 
 
 See Also
See Also