Search
TickSettings Members
Constructors Properties Methods
 


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

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

 Public Constructors

  Name Description

TickSettings

Creates an instance of TickSettings class.

 Public Properties

  Name Description

count

Gets or sets the number of ticks and labels.

customIntervals

Gets an array of CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval.

fill

Gets or sets the fill brush of the ticks.

fontFamily

Gets or sets the font family of the labels.

fontSize

Gets or sets the font size of the labels.

fontStyle

Gets or sets the font style of the labels.

labelAlignment

Gets or sets the alignment of the labels relative to the scale.

labelForeground

Gets or sets the brush used to paint label texts.

labelOffset

Gets or sets the offset of the labels relative to their calculated position.

labelRotation

Gets or sets the rotation mode of the labels.

numberPrecision

Gets or sets the number recision of the labels.

showLabels

Gets or sets a value indicating whether the labels are visible.

showMaxValueTick

Gets or sets a value indicating whether to display a tick for the maxValue of the scale.

showTicks

Gets or sets a value indicating whether the ticks are visible.

step

Gets or sets the value between adjacent ticks and labels.

stroke

Gets or sets the stroke brush of the ticks.

tickAlignment

Gets or sets the alignment of the ticks relative to the scale.

tickHeight

Gets or sets the height of a tick.

tickOffset

Gets or sets the offset of the ticks relative to their calculated position.

tickShape

Gets or sets the shape of the ticks.

tickWidth

Gets or sets the width of a tick.

 Public Methods

  Name Description

addCustomInterval

Adds a CustomInterval object to these settings' customIntervals collection.

removeCustomInterval

Removes a CustomInterval object from these settings' customIntervals collection.

 See Also