New to Telerik ReportingStart a free 30-day trial

Series item appearance style

Definition

Constructors

Creates new instance of StyleSeriesItemLabel class.

C#
public StyleSeriesItemLabel()

Creates new instance of StyleSeriesItemLabel class.

C#
public StyleSeriesItemLabel(ChartSeries series)
Parameters:seriesChartSeries

Style container element

Properties

Label distance from series when LabelLocation equals Auto

C#
[SkinnableProperty]
public int Distance { get; set; }

Gets label's connector's style

C#
[Browsable(true)]
[SkinnableProperty]
public LineStyle LabelConnectorStyle { get; }

Specifies label's layout

C#
[SkinnableProperty]
public StyleSeriesItemLabel.ItemLabelLocation LabelLocation { get; set; }

Specifies labels' visibility

C#
public override bool Visible { get; set; }

Overrides: StyleLabel.Visible

Methods

Clone()

object

Clone this object

C#
public override object Clone()
Returns:

object

Cloned object

Overrides: StyleLabel.Clone()

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()