Class StyleSeriesItemLabel
Series item appearance style
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleSeriesItemLabel : StyleLabel, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable, IPosition
Constructors
StyleSeriesItemLabel()
Creates new instance of StyleSeriesItemLabel class.
Declaration
public StyleSeriesItemLabel()
StyleSeriesItemLabel(ChartSeries)
Creates new instance of StyleSeriesItemLabel class.
Declaration
public StyleSeriesItemLabel(ChartSeries series)
Parameters
Chart Style container element |
Properties
Distance
Label distance from series when LabelLocation equals Auto
Declaration
[SkinnableProperty]
public int Distance { get; set; }
Property Value
System.
|
LabelConnectorStyle
Gets label's connector's style
Declaration
[SkinnableProperty]
public LineStyle LabelConnectorStyle { get; }
Property Value
LabelLocation
Specifies label's layout
Declaration
[SkinnableProperty]
public StyleSeriesItemLabel.ItemLabelLocation LabelLocation { get; set; }
Property Value
Visible
Specifies labels' visibility
Declaration
public override bool Visible { get; set; }
Property Value
System.
|
Overrides
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System. Cloned object |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System. ViewState with data |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. Saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()