StyleSeriesItemLabel
Class
Series item appearance style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItemLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleLabelStyleSeriesItemLabel...
Implements:
Inherited Members
Constructors
Creates new instance of StyleSeriesItemLabel class.
C#
public StyleSeriesItemLabel()
Creates new instance of StyleSeriesItemLabel class.
C#
public StyleSeriesItemLabel(ChartSeries series)
Style container element
Properties
Distance
int
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; }
Visible
bool
Specifies labels' visibility
C#
public override bool Visible { get; set; }
Overrides:
Methods
Clone()
object
Clone this object
C#
public override object Clone()
object
Cloned object
Overrides:
Load data from ViewState
C#
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Save data to ViewState
C#
protected override object SaveViewState()
object
Saved data
Overrides:
Track ViewState
C#
protected override void TrackViewState()
Overrides: