StyleExtendedLabel
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleExtendedLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager
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
GroupNameFormat
string
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))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }
Specifies item label's marker's style
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }
Specifies item label's text's style
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }
Specifies label location (InsidePlotArea, OutsidePlotArea)
[SkinnableProperty]
public LabelLocation Location { get; set; }
Methods
Clone()
object
Clone this object
public override object Clone()
object
Cloned object
Overrides:
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Save data to ViewState
protected override object SaveViewState()
object
Saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: