MindFusion.Charting for Silverlight Programmer's Guide
TickSettings.ShowLabels Property
See Also
 






Gets or sets a value indicating whether the labels are visible. This is a dependency property.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public bool ShowLabels { get; set; }

Visual Basic  Copy Code

Public Property ShowLabels As Boolean

 Property Value

true to show the labels; otherwise, false.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges.Silverlight Namespace
ShowTicks Property