MindFusion.Wpf Pack Programmer's Guide
TickSettings.ShowMaxValueTick Property
See Also
 





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

 Syntax

C#  Copy Code

public DisplayType ShowMaxValueTick { get; set; }

Visual Basic  Copy Code

Public Property ShowMaxValueTick As DisplayType

 Property Value

true, to always show a tick for the max value of the scale; otherwise, false.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges.Wpf Namespace