Gets or sets the radius of the scale relative to the scale bounds. A value of 0.5 indicates that the radius is half the size of the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public double ScaleRelativeRadius { get; set; } |
Visual Basic Copy Code |
---|
Public Property ScaleRelativeRadius As Double |
A double value.
ScaleRelativeCenter and ScaleRelativeRadius properties can be used to implement gauges such as quadratic and other non-centralized gauges.