XlsChartSeriesAxis
MaxValue Property
|
Note: This API is now obsolete.
Gets or sets the 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
[ObsoleteAttribute("the method is not implemented")]
public double MaxValue { get; set; }
<ObsoleteAttribute("the method is not implemented")>
Public Property MaxValue As Double
Get
Set
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual property double MaxValue {
double get () sealed;
void set (double value) sealed;
}
[<ObsoleteAttribute("the method is not implemented")>]
abstract MaxValue : float with get, set
[<ObsoleteAttribute("the method is not implemented")>]
override MaxValue : float with get, set
Return Value
Type:
Double
The maximum value.
See Also