MindFusion.Wpf Pack Programmer's Guide
TickSettings Properties
 


 Public Properties

  Name Description

Count

Gets or sets the number of ticks and labels. This is a dependency property.

CustomIntervals

Gets or sets a collection with CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval. This is a dependency property.

Fill

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

FontSize

Gets or sets the font size of the labels. This is a dependency property.

FontWeight

Gets or sets the font weight of the labels. This is a dependency property.

LabelAlignment

Gets or sets the alignment of the labels relative to the scale. This is a dependency property.

LabelForeground

Gets or sets the brush used to paint label texts. This is a dependency property.

LabelFormat

Gets or sets the format for label texts.

LabelOffset

Gets or sets the offset of the labels relative to their calculated position. This is a dependency property.

LabelRotation

Gets or sets the rotation mode of the labels. This is a dependency property.

LabelTemplate

Gets or sets the DataTemplate to use for label representation. This is a dependency property.

ShowLabels

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

ShowMaxValueTick

Gets or sets a value indicating whether to display a tick for the MaxValue of the scale. This is a dependency property.

ShowTicks

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

Step

Gets or sets the value between adjacent ticks and labels. This is a dependency property.

Stroke

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

StrokeThickness

Gets or sets the thickness of tick strokes. This is a dependency property.

TickAlignment

Gets or sets the alignment of the ticks relative to the scale. This is a dependency property.

TickHeight

Gets or sets the height of a tick. This is a dependency property.

TickOffset

Gets or sets the offset of he ticks relative to their calculated position. This is a dependency property.

TickShape

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

TickTemplate

Gets or sets the DataTemplate to use for tick representation. This is a dependency property.

TickType

Gets the type of ticks this object applies to.

TickWidth

Gets or sets the width of a tick. This is a dependency property.

 See Also

TickSettings Class
MindFusion.Gauges.Wpf Namespace