Gets or sets a value indicating whether to display a tick for the MaxValue of the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public DisplayType ShowMaxValueTick { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowMaxValueTick As DisplayType |
true, to always show a tick for the max value of the scale; otherwise, false.