ChartAxis
AxisType Property
|
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public AxisType AxisType { get; set; }
Public Property AxisType As AxisType
Get
Set
public:
virtual property AxisType AxisType {
AxisType get () sealed;
void set (AxisType value) sealed;
}
abstract AxisType : AxisType with get, set
override AxisType : AxisType with get, set
Property Value
Type:
AxisType
Implements
IChartAxis
AxisType
See Also