ClassStyleExtendedLabel
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleExtendedLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleLabelStyleExtendedLabel
Derived Classes:
Implements:
Inherited Members
Constructors
StyleExtendedLabel()
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel()
StyleExtendedLabel(ChartSeries)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(ChartSeries series)
Parameters
series
Container element
StyleExtendedLabel(FillStyle)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle)
Parameters
fillStyle
FillStyle of label
StyleExtendedLabel(FillStyle, Position)
Creates new instance of StyleExtendedLabel class
StyleExtendedLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
fillStyle
FillStyle of label
position
Position of label
dimensions
Label's dimensions
StyleExtendedLabel(LabelItemsCompositionTypes, Dimensions, string, FillStyle, Overflow, Position, float, Corners, StyleBorder, ShadowStyle, bool)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(LabelItemsCompositionTypes compositionType, Dimensions dimensions, string figure, FillStyle fillStyle, Overflow overflow, Position position, float rotationAngle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
compositionType
Composition type of label items
dimensions
Label's dimensions
figure
Label's figure
fillStyle
Label's fillstyle settings
overflow
Layout of label items
position
Label's position
rotationAngle
Label's rotation angle
corners
Label's corners
border
Label's border
shadowStyle
Label's shadow style
visible
Label's visibility
StyleExtendedLabel(Position)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(Position position)
Parameters
position
Position of label
Fields
styleExtendedLabelItemAppearance
Specifies label item's style
Declaration
protected StyleLabel styleExtendedLabelItemAppearance
Field Value
styleExtendedLabelItemMarkerAppearance
Specifies label item's marker's style
Declaration
protected StyleMarker styleExtendedLabelItemMarkerAppearance
Field Value
styleExtendedLabelItemTextAppearance
Specifies label item's textblock's style
Declaration
protected StyleTextBlock styleExtendedLabelItemTextAppearance
Field Value
Properties
GroupNameFormat
Specifies the series names format shown in Legend when data grouping being used and names are digits.
Declaration
public string GroupNameFormat { get; set; }
Property Value
Remarks
Supported format strings as "#VALUE" / "#NAME"
ItemAppearance
Specifies item label's style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Property Value
ItemMarkerAppearance
Specifies item label's marker's style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Property Value
ItemTextAppearance
Specifies item label's text's style
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Property Value
Location
Specifies label location (InsidePlotArea, OutsidePlotArea)
Declaration
[SkinnableProperty]
public LabelLocation Location { get; set; }
Property Value
Methods
Clone()
Clone this object
LoadViewState(object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
ViewState with data
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
Saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides