XlsChartAxis
AxisType Property
|
Type of the axis.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
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