Gets or sets a value indicating whether to display a tick for the MaxValue of the scale.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
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.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |