XlsChartValueAxis
IsMaxCross Property
|
Category axis to cross at maximum value.
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 IsMaxCross { get; }
Public ReadOnly Property IsMaxCross As Boolean
Get
public:
virtual property bool IsMaxCross {
bool get () sealed;
}
abstract IsMaxCross : bool with get
override IsMaxCross : bool with get
Property Value
Type:
Boolean
Implements
IChartValueAxis
IsMaxCross
See Also