Reporting

The StyleTickMinor type exposes the following members.

Constructors

  NameDescription
Public methodStyleTickMinor()()()()
Creates a new class instance
Public methodStyleTickMinor(Boolean)
Creates a new class instance
Public methodStyleTickMinor(Int32)
Creates a new class instance
Public methodStyleTickMinor(Boolean, Int32, Int32)
Creates a new class instance

Methods

  NameDescription
Public methodClone
Clone this object
(Inherited from LineStyle.)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodDispose()()()() (Inherited from StateManagedObject.)
Protected methodDispose(Boolean) (Inherited from StateManagedObject.)
Public methodEquals
Compare two objects
(Inherited from LineStyle.)
Public methodGetHashCode
Gets hash code
(Inherited from LineStyle.)
Protected methodLoadViewState
Loads data from a view state
(Inherited from StateManagedObject.)
Protected methodSaveViewState
Saves object data to a view state
(Inherited from StateManagedObject.)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodTrackViewState
Tracks view state changes
(Inherited from StateManagedObject.)

Properties

  NameDescription
Public propertyColor
Tick line color
(Inherited from StyleTick.)
Public propertyEndCap
Specifies the end cap property
(Inherited from LineStyle.)
Public propertyLength
Specifies the Length of tick
(Overrides StyleTick..::..Length.)
Public propertyMinorTickCount
Minor ticks count between the two major ticks
Public propertyPenStyle
Specifies the pen style property
(Inherited from StyleBorder.)
Public propertyStartCap
Specifies the start cap property
(Inherited from LineStyle.)
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Visibility
(Inherited from StyleBorder.)
Public propertyWidth
Tick line width
(Inherited from StyleTick.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIChartingStateManager..::..IsTrackingViewState
Is view state tracking changes
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..LoadViewState
Loads data from a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..SaveViewState
Saves object data to a view state
(Inherited from StateManagedObject.)
Explicit interface implemetationPrivate methodIChartingStateManager..::..TrackViewState
Tracks view state changes
(Inherited from StateManagedObject.)

See Also