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





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

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

 Syntax

C#  Copy Code

public double MinValue { get; set; }

Visual Basic  Copy Code

Public Property MinValue As Double

 Property Value

A double value. The default is 0.

 Remarks

The MinValue property specifies the smallest number at the inner axis of the radar chart.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace