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