Reporting

The StyleAxis type exposes the following members.

Constructors

  NameDescription
Public methodStyleAxis()()()()
Creates new instance of StyleAxis class
Public methodStyleAxis(ChartAxis)
Creates new instance of StyleAxis class
Public methodStyleAxis(Orientation)
Creates new instance of StyleAxis class
Public methodStyleAxis(Orientation, ChartAxis)
Creates new instance of StyleAxis class
Public methodStyleAxis(Orientation, ChartAxisVisibility)
Creates new instance of StyleAxis class
Public methodStyleAxis(Orientation, ChartAxisVisibility, ChartAxis)
Creates new instance of StyleAxis class
Public methodStyleAxis(Orientation, ChartAxisVisibility, LineStyle)
Creates new instance of StyleAxis class

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)
Releases unmanaged and - optionally - managed resources
(Overrides StateManagedObject..::..Dispose(Boolean).)
Public methodEquals
Compare two objects
(Inherited from LineStyle.)
Public methodGetHashCode
Gets hash code
(Inherited from LineStyle.)
Protected methodLoadViewState
Load data from ViewState
(Overrides StateManagedObject..::..LoadViewState(Object).)
Protected methodSaveViewState
Save data to ViewState
(Overrides StateManagedObject..::..SaveViewState()()()().)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodTrackViewState
Track ViewState
(Overrides StateManagedObject..::..TrackViewState()()()().)

Fields

  NameDescription
Protected fieldstyleAxisLabelAppearance
Default style for axis label
Protected fieldstyleAxisMajorGridLines
Major Grid Lines options
Protected fieldstyleAxisMajorTick
Axis major ticks style
Protected fieldstyleAxisMinorGridLines
Minor Grid Lines options
Protected fieldstyleAxisMinorTick
Axis minor ticks style
Protected fieldstyleAxisOrientation
Specifies the orientation property
Protected fieldstyleAxisTextAppearance
Default axis items text properties style

Properties

  NameDescription
Public propertyColor
Color of Axis
(Overrides StyleBorder..::..Color.)
Public propertyCustomFormat
Specifies a custom numerical format string.
Public propertyEndCap
Specifies the end cap property
(Inherited from LineStyle.)
Public propertyLabelAppearance
Default style for all axis items
Public propertyMajorGridLines
Major Grid Lines options
Public propertyMajorTick
ChartAxis major ticks style
Public propertyMinorGridLines
Minor Grid Lines options
Public propertyMinorTick
ChartAxis minor ticks style
Public propertyPenStyle
Specifies the pen style property
(Inherited from StyleBorder.)
Public propertyStartCap
Specifies the start cap property
(Inherited from LineStyle.)
Public propertyTextAppearance
Common axis items labels text blocks settings
Public propertyValueFormat
Specifies a predefined numerical format string.
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Specifies the axis visibility option
Public propertyWidth
Specifies the width of the axis.
(Overrides StyleBorder..::..Width.)

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