ExtendedLabel
Base class for extended labels
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ExtendedLabel : ChartBaseLabel, IChartingStateManagedItem, IChartingStateManager, IOrdering, IContainer, ICloneable
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartBaseLabelExtendedLabel...
Derived Classes:
Implements:
Inherited Members
Constructors
Create new instance of Extended label class.
public ExtendedLabel()
Create new instance of Extended label class.
public ExtendedLabel(object parent, IContainer container, StyleExtendedLabel appearance, TextBlock textBlock, string text)
Parent element
containerIContainerContainer
appearanceStyleExtendedLabelStyle of label
textBlockTextBlockTextBlock
textstringText of elemnt
Create new instance of Extended label class.
public ExtendedLabel(object parent, IContainer container, TextBlock textBlock)
Parent element
containerIContainerContainer
textBlockTextBlockTextBlock
Create new instance of Extended label class.
Create new instance of Extended label class.
Create new instance of Extended label class.
public ExtendedLabel(StyleExtendedLabel appearance, object parent)
Style of label
parentobjectParent element
Create new instance of Extended label class.
public ExtendedLabel(StyleExtendedLabel appearance, string text)
Style of label
textstringText
Create new instance of Extended label class.
public ExtendedLabel(StyleExtendedLabel appearance)
Style of label
Create new instance of Extended label class.
Fields
Inside labels collection
protected ChartLabelsCollection extendedLabelItems
Properties
Gets style of label
[SkinnableProperty]
public StyleExtendedLabel Appearance { get; }
Items collection.
public ChartLabelsCollection Items { get; }
Methods
Add inside labels
public void AddLabel(ChartLabelsCollection chartLabels)
Inside labels to add
Add inside labels
public void AddLabel(LabelItem[] chartLabels)
Inside labels to add
Add inside labels
Clear LabelItems collection
public void Clear()
load ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
Removes all inner labels
public void RemoveAllLabels()
Save ViewState
Track ViewState
protected override void TrackViewState()
Overrides: