MindFusion.Charting Programmer's Guide

AxisSettings.MinValue Property

See Also
 





Specifies the minimum data value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double MinValue { get; set; }

Visual Basic  Copy Code

Public Property MinValue As Double

 Property Value

A double value that represents the minimum number.

 Remarks

The property specifies the start number of the axis. If it is smaller than 0, the axes intersection point is 0. If the number is greater than zero, the control assumes MinValue is the axes intersection point. Numbers smaller than MinValue are drawn outside the plot area.

Default value for the MinValue property is Double.NaN and the minimum value is calculated automatically.

 See Also