Gets or sets the maximum value of the radar. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double MaxValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MaxValue As Double |
A double value. The default is 100.
RemarksThe MaxValue property specifies the biggest number at the inner axis of the radar.
See Also