Reporting

The StyleSeriesItem type exposes the following members.

Constructors

  NameDescription
Public methodStyleSeriesItem()()()()
Creates new instance of StyleSeriesItem class.
Public methodStyleSeriesItem(ChartSeries)
Creates new instance of StyleSeriesItem class.

Methods

  NameDescription
Public methodClone
Cloned this object
(Overrides Style..::..Clone()()()().)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodDispose()()()() (Inherited from StateManagedObject.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the StyleSeriesItem and optionally releases the managed resources
(Overrides Style..::..Dispose(Boolean).)
Protected methodLoadViewState
Load data from ViewState
(Overrides Style..::..LoadViewState(Object).)
Protected methodSaveViewState
Saved data to ViewState
(Overrides Style..::..SaveViewState()()()().)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodTrackViewState
Track ViewState
(Overrides Style..::..TrackViewState()()()().)

Properties

  NameDescription
Public propertyBorder
Specifies the border style
(Inherited from Style.)
Public propertyCorners
Specifies the corners for background rectangle
Public propertyExploded
Exploded of item in Pie series
Public propertyFillStyle
Specifies the background property
Public propertyPointDimentions
Specifies the dimensions of points in point series
Public propertyPointRotationAngle
Specifies the Rotation angle
Public propertyPointShape
Specifies the figure property for point series
Public propertyShadow
Specifies item's shadow
(Overrides Style..::..Shadow.)
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Specifies visibility
(Inherited from Style.)

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