XlsChartFormatCollection
IsPrimary Property
 | 
Indicates whether collection represents formats for primary 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 IsPrimary { get; }
 
Public ReadOnly Property IsPrimary As Boolean
	Get
 
public:
property bool IsPrimary {
	bool get ();
}
 
member IsPrimary : bool with get
 
 
 
Property Value
Type:
Boolean
 
See Also