New to Telerik UI for WinFormsStart a free 30-day trial

Series item appearance style

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

C#
[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

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