XlsChartFormat
IsPrimaryAxis Property
|
If true then belong to primary axis; otherwise to secondary 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 bool IsPrimaryAxis { get; }
Public ReadOnly Property IsPrimaryAxis As Boolean
Get
public:
property bool IsPrimaryAxis {
bool get ();
}
member IsPrimaryAxis : bool with get
Property Value
Type:
Boolean
See Also