XlsChartValueAxis
CrossValue Property
|
Value of category axis crosses.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double CrossValue { get; set; }
Public Property CrossValue As Double
Get
Set
public:
virtual property double CrossValue {
double get () sealed;
void set (double value) sealed;
}
abstract CrossValue : float with get, set
override CrossValue : float with get, set
Property Value
Type:
Double
Implements
IChartValueAxis
CrossValue
See Also