Click or drag to resize

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; }

Return Value

Type: Double
The minimum value.
See Also