MindFusion.Wpf Pack Programmer's Guide
RadarChart.MaxValue Property
See Also
 





Gets or sets the maximum value of the radar. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public double MaxValue { get; set; }

Visual Basic  Copy Code

Public Property MaxValue As Double

 Property Value

A double value. The default is 100.

 Remarks

The MaxValue property specifies the biggest number at the inner axis of the radar.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace