MindFusion.Charting Programmer's Guide

AxisSettings.MaxValue Property

See Also
 





Specifies the maximum data value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Double

 Property Value

A double value that represents the maximum number.

 Remarks

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

Default value for the MaxValue property is Double.NaN, that is, the maximum value is calculated automatically.

 See Also