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