StyleExtendedLabel
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
Creates new instance of StyleExtendedLabel class
public StyleExtendedLabel()
Creates new instance of StyleExtendedLabel class
Creates new instance of StyleExtendedLabel class
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
FillStyle of label
positionPositionPosition of label
dimensionsDimensionsLabel's dimensions
Creates new instance of StyleExtendedLabel class
Creates new instance of StyleExtendedLabel class
public StyleExtendedLabel(LabelItemsCompositionTypes compositionType, Dimensions dimensions, string figure, FillStyle fillStyle, Overflow overflow, Position position, float rotationAngle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Composition type of label items
dimensionsDimensionsLabel's dimensions
figurestringLabel's figure
fillStyleFillStyleLabel's fillstyle settings
overflowOverflowLayout of label items
positionPositionLabel's position
rotationAnglefloatLabel's rotation angle
cornersCornersLabel's corners
borderStyleBorderLabel's border
shadowStyleShadowStyleLabel's shadow style
visibleboolLabel's visibility
Creates new instance of StyleExtendedLabel class
Fields
Specifies label item's style
protected StyleLabel styleExtendedLabelItemAppearance
Specifies label item's marker's style
protected StyleMarker styleExtendedLabelItemMarkerAppearance
Specifies label item's textblock's style
protected StyleTextBlock styleExtendedLabelItemTextAppearance
Properties
Specifies the series names format shown in Legend when data grouping being used and names are digits.
public string GroupNameFormat { get; set; }
Supported format strings as "#VALUE" / "#NAME"
Specifies item label's style
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Specifies item label's marker's style
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Specifies item label's text's style
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Specifies label location (InsidePlotArea, OutsidePlotArea)
[SkinnableProperty]
public LabelLocation Location { get; set; }
Methods
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
Save data to ViewState
Track ViewState
protected override void TrackViewState()
Overrides: