Charting for WPF Programmer's Guide

AxisSettings.MinValue Property

See Also
 


Gets or sets the minimum value at the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double MinValue { get; set; }

Visual Basic  Copy Code

Public Property MinValue As Double

 Property Value

A double value. Default is double.NaN.

 Remarks

When the MinValue property is not set the control calculates the minimum value of the axis automatically so that all data could fit in.

 See Also