Charting for WinForms Programmer's Guide
MiddleTickSettings Members
Constructors Properties Methods Events
 


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

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

 Public Constructors

  Name Description

MiddleTickSettings

Initializes a new instance of the MiddleTickSettings class.

 Public Properties

  Name Description

Count

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

CustomIntervals

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

CustomTickShape

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

Fill

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

FontFamily

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

FontSize

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

FontStyle

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

LabelAlignment

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

LabelForeground

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

LabelFormat

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

LabelOffset

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

LabelRotation

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

ShowLabels

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

ShowMaxValueTick

Gets or sets a value indicating whether to display a tick for the MaxValue of the scale. (Inherited from TickSettings.)

ShowTicks

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

Step

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

Stroke

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

TickAlignment

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

TickHeight

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

TickOffset

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

TickShape

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

TickType

Gets the type of ticks this object applies to.

TickWidth

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

 Protected Methods

  Name Description

OnPropertyChanged

Raises the PropertyChanged event. (Inherited from TickSettings.)

 Public Events

  Name Description

PropertyChanged

Raised when a property value changes. (Inherited from TickSettings.)

 See Also

MiddleTickSettings Class
MindFusion.Gauges Namespace