Reporting

The DimensionsLegend type exposes the following members.

Constructors

  NameDescription
Public methodDimensionsLegend
Create new instance of DimensionsLegend

Methods

  NameDescription
Public methodClone
Clone this object.
(Inherited from Dimensions.)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodDispose()()()() (Inherited from StateManagedObject.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Dimensions.)
Public methodEquals
Comparing of two objects.
(Inherited from Dimensions.)
Public methodGetHashCode
Gets hash code.
(Inherited from Dimensions.)
Public methodIsZero
Returns True if dimensions width and height are zero values
(Inherited from Dimensions.)
Protected methodLoadViewState
Load data from ViewState.
(Inherited from Dimensions.)
Protected methodResetHeight
Reset Height to default value.
(Inherited from Dimensions.)
Protected methodResetWidth
Gets if Width property should be serializable.
(Inherited from Dimensions.)
Protected methodSaveViewState
Save data to ViewState.
(Inherited from Dimensions.)
Public methodSetDimensions(Dimensions)
Copy dimensions from the object.
(Inherited from Dimensions.)
Public methodSetDimensions(Single, Single)
Sets the new Width and Height values
(Inherited from Dimensions.)
Public methodSetDimensions(Unit, Unit)
Sets the new Width and Height values
(Inherited from Dimensions.)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Protected methodShouldSerializeHeight
Gets if Height property should be serializable.
(Inherited from Dimensions.)
Protected methodShouldSerializeWidth
Gets if Width property should be serializable.
(Inherited from Dimensions.)
Protected methodTrackViewState
Track ViewState.
(Inherited from Dimensions.)

Fields

  NameDescription
Protected fielddimensionsMargins
Specifies the margins properties
(Inherited from Dimensions.)
Protected fielddimensionsPaddings
Specifies the paddings properties
(Inherited from Dimensions.)

Properties

  NameDescription
Public propertyAutoSize
Gets and sets Auto sizing mode
(Inherited from Dimensions.)
Public propertyHeight
Specifies the height property
(Inherited from Dimensions.)
Public propertyMargins
Specifies margins of element
(Overrides Dimensions..::..Margins.)
Public propertyPaddings
Specified paddings of element
(Overrides Dimensions..::..Paddings.)
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyWidth
Specifies the width property
(Inherited from Dimensions.)

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