MindFusion.Wpf Pack Programmer's Guide
AxisSettings.Minimum Property
See Also
 





Gets or sets the minimum value of the axis, or null (Nothing in Visual Basic), to automatically calculate the minimum value based on the chart data.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Nullable<Double> Minimum { get; set; }

Visual Basic  Copy Code

Public Property Minimum As Nullable(Of Double)

 Property Value

A nullable double value. The default is null (Nothing in Visual Basic).

 Remarks

This property is only relevant for value axes.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Spreadsheet.Wpf.Charts Namespace