IChartAxis
AxisType Property
|
Gets or sets CategoryAxis Type.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
AxisType AxisType { get; set; }
Property AxisType As AxisType
Get
Set
property AxisType AxisType {
AxisType get ();
void set (AxisType value);
}
abstract AxisType : AxisType with get, set
Property Value
Type:
AxisType
See Also