New to Telerik ReportingStart a free 30-day trial

Definition

Constructors

Creates new instance of StyleExtendedLabel class

C#
public StyleExtendedLabel()

Creates new instance of StyleExtendedLabel class

C#
public StyleExtendedLabel(ChartSeries series)
Parameters:seriesChartSeries

Container element

Creates new instance of StyleExtendedLabel class

C#
public StyleExtendedLabel(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters:fillStyleFillStyle

FillStyle of label

positionPosition

Position of label

dimensionsDimensions

Label's dimensions

Creates new instance of StyleExtendedLabel class

C#
public StyleExtendedLabel(FillStyle fillStyle, Position position)
Parameters:fillStyleFillStyle

FillStyle of label

positionPosition

Position of label

Creates new instance of StyleExtendedLabel class

C#
public StyleExtendedLabel(FillStyle fillStyle)
Parameters:fillStyleFillStyle

FillStyle of label

Creates new instance of StyleExtendedLabel class

C#
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:compositionTypeLabelItemsCompositionTypes

Composition type of label items

dimensionsDimensions

Label's dimensions

figurestring

Label's figure

fillStyleFillStyle

Label's fillstyle settings

overflowOverflow

Layout of label items

positionPosition

Label's position

rotationAnglefloat

Label's rotation angle

cornersCorners

Label's corners

borderStyleBorder

Label's border

shadowStyleShadowStyle

Label's shadow style

visiblebool

Label's visibility

Creates new instance of StyleExtendedLabel class

C#
public StyleExtendedLabel(Position position)
Parameters:positionPosition

Position of label

Fields

Specifies label item's style

C#
protected StyleLabel styleExtendedLabelItemAppearance

Specifies label item's marker's style

C#
protected StyleMarker styleExtendedLabelItemMarkerAppearance

Specifies label item's textblock's style

C#
protected StyleTextBlock styleExtendedLabelItemTextAppearance

Properties

Specifies the series names format shown in Legend when data grouping being used and names are digits.

C#
public string GroupNameFormat { get; set; }
Remarks:

Supported format strings as "#VALUE" / "#NAME"

Specifies item label's style

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleLabel ItemAppearance { get; }

Specifies item label's marker's style

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleMarker ItemMarkerAppearance { get; }

Specifies item label's text's style

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public virtual StyleTextBlock ItemTextAppearance { get; }

Specifies label location (InsidePlotArea, OutsidePlotArea)

C#
[SkinnableProperty]
public LabelLocation Location { get; set; }

Specifies the behavior when overflow occurred

C#
[SkinnableProperty]
public virtual Overflow Overflow { get; set; }

Methods

Clone()

object

Clone this object

C#
public override object Clone()
Returns:

object

Cloned object

Overrides: StyleLabel.Clone()

Releases unmanaged and - optionally - managed resources

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides: StyleLabel.Dispose(bool)

Load data from ViewState

C#
protected override void LoadViewState(object savedState)
Parameters:savedStateobject

ViewState with data

Overrides: StyleLabel.LoadViewState(object)

Save data to ViewState

C#
protected override object SaveViewState()
Returns:

object

Saved data

Overrides: StyleLabel.SaveViewState()

Track ViewState

C#
protected override void TrackViewState()

Overrides: StyleLabel.TrackViewState()