Search
TickSettings Members
Constructors Methods
 


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 Methods

  Name Description

addPropertyChangeListener

 

getCount

Gets the number of ticks and labels.

getCustomIntervals

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

getCustomTickShape

Gets the definition of the tick shape when getTickShape is set to TickShape.Custom.

getFill

Gets the fill brush of the ticks.

getFontFamily

Gets the font family of the labels.

getFontSize

Gets the font size of the labels.

getFontStyle

Gets the font style of the labels.

getLabelAlignment

Gets the alignment of the labels relative to the scale.

getLabelForeground

Gets the brush used to paint label texts.

getLabelFormat

Gets the format for label texts.

getLabelOffset

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

getLabelRotation

Gets the rotation mode of the labels.

getShowLabels

Gets a value indicating whether the labels are visible.

getShowMaxValueTick

Gets a value indicating whether to display a tick for the BaseScale.getMaxValue of the scale.

getShowTicks

Gets a value indicating whether the ticks are visible.

getStep

Gets the value between adjacent ticks and labels.

getStroke

Gets the stroke brush of the ticks.

getTickAlignment

Gets the alignment of the ticks relative to the scale.

getTickHeight

Gets the height of a tick.

getTickOffset

Gets the offset of he ticks relative to their calculated position.

getTickShape

Gets the shape of the ticks.

getTickType

Gets the type of ticks this object applies to.

getTickWidth

Gets the width of a tick.

removePropertyChangeListener

 

setCount

Sets the number of ticks and labels.

setCustomIntervals

Sets a collection with CustomInterval objects, which can be used to customize the appearance of the ticks in a particular interval.

setCustomTickShape

Sets the definition of the tick shape when getTickShape is set to TickShape.Custom.

setFill

 

setFontFamily

Sets the font family of the labels.

setFontSize

Sets the font size of the labels.

setFontStyle

Sets the font style of the labels.

setLabelAlignment

Sets the alignment of the labels relative to the scale.

setLabelForeground

Sets the brush used to paint label texts.

setLabelFormat

Sets the format for label texts.

setLabelOffset

Sets the offset of the labels relative to their calculated position.

setLabelRotation

Sets the rotation mode of the labels.

setShowLabels

Sets a value indicating whether the labels are visible.

setShowMaxValueTick

Sets a value indicating whether to display a tick for the BaseScale.getMaxValue of the scale.

setShowTicks

Sets a value indicating whether the ticks are visible.

setStep

Sets the value between adjacent ticks and labels.

setStroke

Sets the stroke brush of the ticks.

setTickAlignment

Sets the alignment of the ticks relative to the scale.

setTickHeight

Sets the height of a tick.

setTickOffset

Sets the offset of he ticks relative to their calculated position.

setTickShape

Sets the shape of the ticks.

setTickWidth

Sets the width of a tick.

 Protected Methods

  Name Description

raisePropertyChange

 

 See Also