MindFusion.Wpf Pack Programmer's Guide
TickSettings Members
Constructors Fields Properties Methods Events
 


Provides settings for the ticks and labels in a gauge scale.

The following tables list the members exposed by the TickSettings type.

 Protected Constructors

  Name Description

TickSettings

Initializes a new instance of the TickSettings class.

 Public Fields

  Name Description

CountProperty

Identifies the Count dependency property.

CustomIntervalsProperty

Identifies the CustomIntervals dependency property.

FillProperty

Identifies the Fill dependency property.

FontSizeProperty

Identifies the FontSize dependency property.

FontWeightProperty

Identifies the FontWeight dependency property.

LabelAlignmentProperty

Identifies the LabelAlignment dependency property.

LabelForegroundProperty

Identifies the LabelForeground dependency property.

LabelFormatProperty

Identifies the LabelFormat dependency property.

LabelOffsetProperty

Identifies the LabelOffset dependency property.

LabelRotationProperty

Identifies the LabelRotation dependency property.

LabelTemplateProperty

Identifies the LabelTemplate dependency property.

ShowLabelsProperty

Identifies the ShowLabels dependency property.

ShowMaxValueTickProperty

Identifies the ShowMaxValueTick dependency property.

ShowTicksProperty

Identifies the ShowTicks dependency property.

StepProperty

Identifies the Step dependency property.

StrokeProperty

Identifies the Stroke dependency property.

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

TickAlignmentProperty

Identifies the TickAlignment dependency property.

TickHeightProperty

Identifies the TickHeight dependency property.

TickOffsetProperty

Identifies the TickOffset dependency property.

TickShapeProperty

Identifies the TickShape dependency property.

TickTemplateProperty

Identifies the TickTemplate dependency property.

TickWidthProperty

Identifies the TickWidth dependency property.

 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.

 Protected Methods

  Name Description

OnPropertyChanged

Raises the PropertyChanged event.

 Public Events

  Name Description

PropertyChanged

Raised when a property value changes.

 See Also

TickSettings Class
MindFusion.Gauges.Wpf Namespace