Reporting

The TextBlockLegend type exposes the following members.

Constructors

  NameDescription
Public methodTextBlockLegend()()()()
Create new instance of TextBlockLegend class.
Public methodTextBlockLegend(ExtendedLabel, IContainer)
Create new instance of TextBlockLegend class.

Methods

  NameDescription
Public methodBringForward
Send element at one step forward in the render order list
(Inherited from RenderedObject.)
Public methodBringToFront
Set element at the first position in render order list
(Inherited from RenderedObject.)
Protected methodCloneState
Makes a view state clone
(Inherited from StateManagedObject.)
Public methodCopyFrom (Inherited from TextBlock.)
Public methodDispose()()()() (Inherited from StateManagedObject.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from LayoutElement.)
Protected methodGetOffsetBottom
Gets bottom offset
(Inherited from LayoutElement.)
Protected methodGetOffsetLeft
Gets left offset
(Inherited from LayoutElement.)
Protected methodGetOffsetRight
Gets right offset
(Inherited from LayoutElement.)
Protected methodGetOffsetTop
Gets top offset
(Inherited from LayoutElement.)
Public methodGetOrder
Get this elements order position in container
(Inherited from RenderedObject.)
Protected methodLoadViewState
Loads data from a view state
(Inherited from LayoutElement.)
Public methodRemove
Remove this element from render order list
(Inherited from RenderedObject.)
Protected methodSaveViewState
Saves settings to a view state
(Inherited from LayoutElement.)
Public methodSendBackward
Send element at one step back in the render order list
(Inherited from RenderedObject.)
Public methodSendToBack
Send element at the end of render order list
(Inherited from RenderedObject.)
Public methodSetDirty
Sets the item dirty state
(Inherited from StateManagedObject.)
Public methodSetOrder
Set this object in new render order position
(Inherited from RenderedObject.)
Protected methodTrackViewState
Tracking view state changes
(Inherited from LayoutElement.)

Fields

  NameDescription
Protected fieldDEFAULT_TEXT
Default text of text block
(Inherited from TextBlock.)
Protected fieldobjectContainer
Container, that contains the render order for taken up elements (For property)
(Inherited from RenderedObject.)
Protected fieldtextBlockCalculatedMaxLength
Max length of text
(Inherited from TextBlock.)
Protected fieldtextBlockParent
Parent element
(Inherited from TextBlock.)

Properties

  NameDescription
Public propertyAppearance
Text field style
(Inherited from TextBlock.)
Public propertyContainer
Link to container element
(Inherited from RenderedObject.)
Public propertyParent
Parent chart element
(Inherited from TextBlock.)
Public propertyText
Contained text data
(Inherited from TextBlock.)
Protected propertyViewStateIgnoresCase
Gets if view sate should ignore case
(Inherited from StateManagedObject.)
Public propertyVisible
Gets and sets visibility of TextBlock
(Inherited from TextBlockHidden.)

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