Class StyleExtendedLabel
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleExtendedLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager, ICloneable, IPosition
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
ChartSeries
series
Container element |
StyleExtendedLabel(FillStyle)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle)
Parameters
FillStyle
fillStyle
FillStyle of label |
StyleExtendedLabel(FillStyle, Position)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position)
Parameters
FillStyle
fillStyle
FillStyle of label |
Position
position
Position of label |
StyleExtendedLabel(FillStyle, Position, Dimensions)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters
FillStyle
fillStyle
FillStyle of label |
Position
position
Position of label |
Dimensions
dimensions
Label's dimensions |
StyleExtendedLabel(LabelItemsCompositionTypes, Dimensions, String, FillStyle, Overflow, Position, Single, Corners, StyleBorder, ShadowStyle, Boolean)
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
LabelItemsCompositionTypes
compositionType
Composition type of label items |
Dimensions
dimensions
Label's dimensions |
System.String
figure
Label's figure |
FillStyle
fillStyle
Label's fillstyle settings |
Overflow
overflow
Layout of label items |
Position
position
Label's position |
System.Single
rotationAngle
Label's rotation angle |
Corners
corners
Label's corners |
StyleBorder
border
Label's border |
ShadowStyle
shadowStyle
Label's shadow style |
System.Boolean
visible
Label's visibility |
StyleExtendedLabel(Position)
Creates new instance of StyleExtendedLabel class
Declaration
public StyleExtendedLabel(Position position)
Parameters
Position
position
Position of label |
Fields
styleExtendedLabelItemAppearance
Specifies label item's style
Declaration
protected StyleLabel styleExtendedLabelItemAppearance
Field Value
StyleLabel
|
styleExtendedLabelItemMarkerAppearance
Specifies label item's marker's style
Declaration
protected StyleMarker styleExtendedLabelItemMarkerAppearance
Field Value
StyleMarker
|
styleExtendedLabelItemTextAppearance
Specifies label item's textblock's style
Declaration
protected StyleTextBlock styleExtendedLabelItemTextAppearance
Field Value
StyleTextBlock
|
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
System.String
|
Remarks
Supported format strings as "#VALUE" / "#NAME"
ItemAppearance
Specifies item label's style
Declaration
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Property Value
StyleLabel
|
ItemMarkerAppearance
Specifies item label's marker's style
Declaration
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Property Value
StyleMarker
|
ItemTextAppearance
Specifies item label's text's style
Declaration
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Property Value
StyleTextBlock
|
Location
Specifies label location (InsidePlotArea, OutsidePlotArea)
Declaration
[SkinnableProperty]
public LabelLocation Location { get; set; }
Property Value
LabelLocation
|
Overflow
Specifies the behavior when overflow occurred
Declaration
[SkinnableProperty]
public virtual Overflow Overflow { get; set; }
Property Value
Overflow
|
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System.Object
Cloned object |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
ViewState with data |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System.Object
Saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()