Charting for WinForms 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.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 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 Namespace