MindFusion.Wpf Pack Programmer's Guide
MajorTickSettings Properties
 


 Public Properties

  Name Description

Count

Gets or sets the number of ticks and labels. This is a dependency property. (Inherited from TickSettings.)

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. (Inherited from TickSettings.)

Fill

Gets or sets the fill brush of the ticks. This is a dependency property. (Inherited from TickSettings.)

FontSize

Gets or sets the font size of the labels. This is a dependency property. (Inherited from TickSettings.)

FontWeight

Gets or sets the font weight of the labels. This is a dependency property. (Inherited from TickSettings.)

LabelAlignment

Gets or sets the alignment of the labels relative to the scale. This is a dependency property. (Inherited from TickSettings.)

LabelForeground

Gets or sets the brush used to paint label texts. This is a dependency property. (Inherited from TickSettings.)

LabelFormat

Gets or sets the format for label texts. (Inherited from TickSettings.)

LabelOffset

Gets or sets the offset of the labels relative to their calculated position. This is a dependency property. (Inherited from TickSettings.)

LabelRotation

Gets or sets the rotation mode of the labels. This is a dependency property. (Inherited from TickSettings.)

LabelTemplate

Gets or sets the DataTemplate to use for label representation. This is a dependency property. (Inherited from TickSettings.)

ShowLabels

Gets or sets a value indicating whether the labels are visible. This is a dependency property. (Inherited from TickSettings.)

ShowMaxValueTick

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

ShowTicks

Gets or sets a value indicating whether the ticks are visible. This is a dependency property. (Inherited from TickSettings.)

Step

Gets or sets the value between adjacent ticks and labels. This is a dependency property. (Inherited from TickSettings.)

Stroke

Gets or sets the stroke brush of the ticks. This is a dependency property. (Inherited from TickSettings.)

StrokeThickness

Gets or sets the thickness of tick strokes. This is a dependency property. (Inherited from TickSettings.)

TickAlignment

Gets or sets the alignment of the ticks relative to the scale. This is a dependency property. (Inherited from TickSettings.)

TickHeight

Gets or sets the height of a tick. This is a dependency property. (Inherited from TickSettings.)

TickOffset

Gets or sets the offset of he ticks relative to their calculated position. This is a dependency property. (Inherited from TickSettings.)

TickShape

Gets or sets the shape of the ticks. This is a dependency property. (Inherited from TickSettings.)

TickTemplate

Gets or sets the DataTemplate to use for tick representation. This is a dependency property. (Inherited from TickSettings.)

TickType

TickSettings.TickType override.

TickWidth

Gets or sets the width of a tick. This is a dependency property. (Inherited from TickSettings.)

 See Also

MajorTickSettings Class
MindFusion.Gauges.Wpf Namespace