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






Gets or sets the shape of the ticks. This is a dependency property.

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

 Syntax

C#  Copy Code

public TickShape TickShape { get; set; }

Visual Basic  Copy Code

Public Property TickShape As TickShape

 Property Value

A member of the TickShape enumeration.

 Remarks

In order to use a custom shape for the ticks, set this property to Custom and assign the DataTemplate that will give the appearance of the ticks to the TickTemplate property.

 See Also

TickSettings Members
TickSettings Class
MindFusion.Gauges.Silverlight Namespace