ClassStyleSeriesItem
Series item appearance
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItem : Style, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleStyleSeriesItem
Implements:
Inherited Members
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
series
Style container object
Properties
Corners
Specifies the corners for background rectangle
Declaration
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Exploded
Exploded of item in Pie series
Declaration
[SkinnableProperty]
public bool Exploded { get; set; }
Property Value
FillStyle
Specifies the background property
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }
Property Value
PointDimentions
Specifies the dimensions of points in point series
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }
Property Value
PointRotationAngle
Specifies the Rotation angle
Declaration
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }
Property Value
PointShape
Specifies the figure property for point series
Declaration
[Browsable(true)]
[SkinnableProperty]
public string PointShape { get; set; }
Property Value
Shadow
Specifies item's shadow
Declaration
[Browsable(false)]
[SkinnableProperty]
public override ShadowStyle Shadow { get; }
Property Value
Overrides
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
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
savedState
ViewState with data
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides