Class
StyleSeriesItemLabel

Series item appearance style

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItemLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleLayoutStyleStyleLabelStyleSeriesItemLabel

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members StyleLabel.styleLabelCornersStyleLabel.CornersStyleLabel.FillStyleStyleLabel.FigureStyleLabel.RotationAngleStyleLabel.CompositionTypeLayoutStyle.PositionLayoutStyle.DimensionsStyle.BorderStyle.ShadowStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleSeriesItemLabel()

Creates new instance of StyleSeriesItemLabel class.

Declaration

cs-api-definition
public StyleSeriesItemLabel()

StyleSeriesItemLabel(ChartSeries)

Creates new instance of StyleSeriesItemLabel class.

Declaration

cs-api-definition
public StyleSeriesItemLabel(ChartSeries series)

Parameters

series

ChartSeries

Style container element

Properties

Distance

Label distance from series when LabelLocation equals Auto

Declaration

cs-api-definition
[SkinnableProperty]
public int Distance { get; set; }

Property Value

int

LabelConnectorStyle

Gets label's connector's style

Declaration

cs-api-definition
[Browsable(true)]
[SkinnableProperty]
public LineStyle LabelConnectorStyle { get; }

Property Value

LineStyle

LabelLocation

Specifies label's layout

Declaration

cs-api-definition
[SkinnableProperty]
public StyleSeriesItemLabel.ItemLabelLocation LabelLocation { get; set; }

Property Value

StyleSeriesItemLabel.ItemLabelLocation

Visible

Specifies labels' visibility

Declaration

cs-api-definition
public override bool Visible { get; set; }

Property Value

bool

Overrides StyleLabel.Visible

Methods

Clone()

Clone this object

Declaration

cs-api-definition
public override object Clone()

Returns

object

Cloned object

Overrides StyleLabel.Clone()

LoadViewState(object)

Load data from ViewState

Declaration

cs-api-definition
protected override void LoadViewState(object savedState)

Parameters

savedState

object

ViewState with data

Overrides StyleLabel.LoadViewState(object)

SaveViewState()

Save data to ViewState

Declaration

cs-api-definition
protected override object SaveViewState()

Returns

object

Saved data

Overrides StyleLabel.SaveViewState()

TrackViewState()

Track ViewState

Declaration

cs-api-definition
protected override void TrackViewState()

Overrides StyleLabel.TrackViewState()