MindFusion.Charting for Silverlight Programmer's Guide
AxisSettings.MaxValue Property
See Also
 






Gets or sets the maximum value at the axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public double MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Double

 Property Value

A double value. Default value is double.NaN, which means the control calculates the MaxValue automatically.

 Remarks

The MaxValue is calculated automatically in such manner that all data that refers to the respective axis could fit in.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace