Search
MiddleTickSettings Methods
 


 Public Methods

  Name Description

addPropertyChangeListener

  (Inherited from TickSettings.)

getCount

Gets the number of ticks and labels. (Inherited from TickSettings.)

getCustomIntervals

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

getCustomTickShape

Gets the definition of the tick shape when getTickShape is set to TickShape.Custom. (Inherited from TickSettings.)

getFill

Gets the fill brush of the ticks. (Inherited from TickSettings.)

getFontFamily

Gets the font family of the labels. (Inherited from TickSettings.)

getFontSize

Gets the font size of the labels. (Inherited from TickSettings.)

getFontStyle

Gets the font style of the labels. (Inherited from TickSettings.)

getLabelAlignment

Gets the alignment of the labels relative to the scale. (Inherited from TickSettings.)

getLabelForeground

Gets the brush used to paint label texts. (Inherited from TickSettings.)

getLabelFormat

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

getLabelOffset

Gets the offset of the labels relative to their calculated position. (Inherited from TickSettings.)

getLabelRotation

Gets the rotation mode of the labels. (Inherited from TickSettings.)

getShowLabels

Gets a value indicating whether the labels are visible. (Inherited from TickSettings.)

getShowMaxValueTick

Gets a value indicating whether to display a tick for the BaseScale.getMaxValue of the scale. (Inherited from TickSettings.)

getShowTicks

Gets a value indicating whether the ticks are visible. (Inherited from TickSettings.)

getStep

Gets the value between adjacent ticks and labels. (Inherited from TickSettings.)

getStroke

Gets the stroke brush of the ticks. (Inherited from TickSettings.)

getTickAlignment

Gets the alignment of the ticks relative to the scale. (Inherited from TickSettings.)

getTickHeight

Gets the height of a tick. (Inherited from TickSettings.)

getTickOffset

Gets the offset of he ticks relative to their calculated position. (Inherited from TickSettings.)

getTickShape

Gets the shape of the ticks. (Inherited from TickSettings.)

getTickType

Gets the type of ticks this object applies to.

getTickWidth

Gets the width of a tick. (Inherited from TickSettings.)

removePropertyChangeListener

  (Inherited from TickSettings.)

setCount

Sets the number of ticks and labels. (Inherited from TickSettings.)

setCustomIntervals

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

setCustomTickShape

Sets the definition of the tick shape when getTickShape is set to TickShape.Custom. (Inherited from TickSettings.)

setFill

  (Inherited from TickSettings.)

setFontFamily

Sets the font family of the labels. (Inherited from TickSettings.)

setFontSize

Sets the font size of the labels. (Inherited from TickSettings.)

setFontStyle

Sets the font style of the labels. (Inherited from TickSettings.)

setLabelAlignment

Sets the alignment of the labels relative to the scale. (Inherited from TickSettings.)

setLabelForeground

Sets the brush used to paint label texts. (Inherited from TickSettings.)

setLabelFormat

Sets the format for label texts. (Inherited from TickSettings.)

setLabelOffset

Sets the offset of the labels relative to their calculated position. (Inherited from TickSettings.)

setLabelRotation

Sets the rotation mode of the labels. (Inherited from TickSettings.)

setShowLabels

Sets a value indicating whether the labels are visible. (Inherited from TickSettings.)

setShowMaxValueTick

Sets a value indicating whether to display a tick for the BaseScale.getMaxValue of the scale. (Inherited from TickSettings.)

setShowTicks

Sets a value indicating whether the ticks are visible. (Inherited from TickSettings.)

setStep

Sets the value between adjacent ticks and labels. (Inherited from TickSettings.)

setStroke

Sets the stroke brush of the ticks. (Inherited from TickSettings.)

setTickAlignment

Sets the alignment of the ticks relative to the scale. (Inherited from TickSettings.)

setTickHeight

Sets the height of a tick. (Inherited from TickSettings.)

setTickOffset

Sets the offset of he ticks relative to their calculated position. (Inherited from TickSettings.)

setTickShape

Sets the shape of the ticks. (Inherited from TickSettings.)

setTickWidth

Sets the width of a tick. (Inherited from TickSettings.)

 Protected Methods

  Name Description

raisePropertyChange

  (Inherited from TickSettings.)

 See Also