Class StyleSeriesItem
Series item appearance
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleSeriesItem : Style, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleSeriesItem()
Creates new instance of StyleSeriesItem class.
Declaration
public StyleSeriesItem()
StyleSeriesItem(ChartSeries)
Creates new instance of StyleSeriesItem class.
Declaration
public StyleSeriesItem(ChartSeries series)
Parameters
Chart Style container object |
Properties
Corners
Specifies the corners for background rectangle
Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Exploded
Exploded of item in Pie series
Declaration
[SkinnableProperty]
public bool Exploded { get; set; }
Property Value
System.
|
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }
Property Value
PointDimentions
Specifies the dimensions of points in point series
Declaration
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }
Property Value
PointRotationAngle
Specifies the Rotation angle
Declaration
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }
Property Value
System.
|
PointShape
Specifies the figure property for point series
Declaration
[SkinnableProperty]
public string PointShape { get; set; }
Property Value
System.
|
Shadow
Specifies item's shadow
Declaration
[SkinnableProperty]
public override ShadowStyle Shadow { get; }
Property Value
Overrides
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
System. New instance of StyleSeriesItem class with the same fields as this one |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System. ViewState with data |
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()