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
SyntaxC#
Copy Code
|
|---|
public double ScaleRelativeRadius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleRelativeRadius As Double |
A double value.
RemarksScaleRelativeCenter and ScaleRelativeRadius properties can be used to implement gauges such as quadratic and other non-centralized gauges.
See Also