ASP.NET Pack Programmer's Guide
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.

 Public Constructors

  Name Description

TickSettings

Creates an instance of TickSettings class.

 Public Methods

  Name Description

addCustomInterval

Adds a CustomInterval object to these settings' customIntervals collection.

getCount

Gets the number of ticks and labels.

getCustomIntervals

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

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.

getLabelOffset

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

getLabelRotation

Gets the rotation mode of the labels.

getNumberPrecision

Gets the number recision 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 maxValue 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 the ticks relative to their calculated position.

getTickShape

Gets the shape of the ticks.

getTickWidth

Gets the width of a tick.

removeCustomInterval

Removes a CustomInterval object from these settings' customIntervals collection.

setCount

Sets the number of ticks and labels.

setFill

Sets the fill brush of the ticks.

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.

setLabelOffset

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

setLabelRotation

Sets the rotation mode of the labels.

setNumberPrecision

Sets the number recision 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 maxValue 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 the ticks relative to their calculated position.

setTickShape

Sets the shape of the ticks.

setTickWidth

Sets the width of a tick.

 See Also

TickSettings Class
MindFusion.Gauges Namespace