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
ChartSeries
series
Style container object |
Properties
Corners
Specifies the corners for background rectangle
Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Corners
|
Exploded
Exploded of item in Pie series
Declaration
[SkinnableProperty]
public bool Exploded { get; set; }
Property Value
System.Boolean
|
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }
Property Value
FillStyleSeries
|
PointDimentions
Specifies the dimensions of points in point series
Declaration
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }
Property Value
DimensionsPointMarker
|
PointRotationAngle
Specifies the Rotation angle
Declaration
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }
Property Value
System.Single
|
PointShape
Specifies the figure property for point series
Declaration
[SkinnableProperty]
public string PointShape { get; set; }
Property Value
System.String
|
Shadow
Specifies item's shadow
Declaration
[SkinnableProperty]
public override ShadowStyle Shadow { get; }
Property Value
ShadowStyle
|
Overrides
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
System.Object
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.Object
savedState
ViewState with data |
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
System.Object
saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()