Class
StyleSeriesItem

Series item appearance

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItem : Style, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleStyleSeriesItem

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members Style.BorderStyle.VisibleStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleSeriesItem()

Creates new instance of StyleSeriesItem class.

Declaration

cs-api-definition
public StyleSeriesItem()

StyleSeriesItem(ChartSeries)

Creates new instance of StyleSeriesItem class.

Declaration

cs-api-definition
public StyleSeriesItem(ChartSeries series)

Parameters

series

ChartSeries

Style container object

Properties

Corners

Specifies the corners for background rectangle

Declaration

cs-api-definition
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }

Property Value

Corners

Exploded

Exploded of item in Pie series

Declaration

cs-api-definition
[SkinnableProperty]
public bool Exploded { get; set; }

Property Value

bool

FillStyle

Specifies the background property

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }

Property Value

FillStyleSeries

PointDimentions

Specifies the dimensions of points in point series

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }

Property Value

DimensionsPointMarker

PointRotationAngle

Specifies the Rotation angle

Declaration

cs-api-definition
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }

Property Value

float

PointShape

Specifies the figure property for point series

Declaration

cs-api-definition
[Browsable(true)]
[SkinnableProperty]
public string PointShape { get; set; }

Property Value

string

Shadow

Specifies item's shadow

Declaration

cs-api-definition
[Browsable(false)]
[SkinnableProperty]
public override ShadowStyle Shadow { get; }

Property Value

ShadowStyle

Overrides Style.Shadow

Methods

Clone()

Cloned this object

Declaration

cs-api-definition
public override object Clone()

Returns

object

New instance of StyleSeriesItem class with the same fields as this one

Overrides Style.Clone()

LoadViewState(object)

Load data from ViewState

Declaration

cs-api-definition
protected override void LoadViewState(object savedState)

Parameters

savedState

object

ViewState with data

Overrides Style.LoadViewState(object)

SaveViewState()

Saved data to ViewState

Declaration

cs-api-definition
protected override object SaveViewState()

Returns

object

saved data

Overrides Style.SaveViewState()

TrackViewState()

Track ViewState

Declaration

cs-api-definition
protected override void TrackViewState()

Overrides Style.TrackViewState()