Charting for WPF Programmer's Guide

AxisSettings.MaxValue Property

See Also
 


Gets or sets the maximum value at the axis.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Double

 Property Value

A double value. Default is double.NaN.

 Remarks

When the MaxValue property is not set the control calculates the maximum value at the axis automatically so that all data could fit in.

 See Also