XlsChartGridLine
AxisLineType Property
|
Gets or sets axis line type.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public AxisLineIdentifierType AxisLineType { get; }
Public ReadOnly Property AxisLineType As AxisLineIdentifierType
Get
public:
property AxisLineIdentifierType AxisLineType {
AxisLineIdentifierType get ();
}
member AxisLineType : AxisLineIdentifierType with get
Property Value
Type:
AxisLineIdentifierType
See Also