New to Telerik ReportingStart a free 30-day trial

Series item appearance

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItem : Style, IChartingStateManagedItem, IChartingStateManager

Inheritance: objectStateManagedObjectStyleStyleSeriesItem

Implements: IChartingStateManagedItemIChartingStateManager

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

Constructors

Creates new instance of StyleSeriesItem class.

C#
public StyleSeriesItem()

Creates new instance of StyleSeriesItem class.

C#
public StyleSeriesItem(ChartSeries series)
Parameters:seriesChartSeries

Style container object

Properties

Specifies the corners for background rectangle

C#
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }

Exploded of item in Pie series

C#
[SkinnableProperty]
public bool Exploded { get; set; }

Specifies the background property

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }

Specifies the dimensions of points in point series

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }

Specifies the Rotation angle

C#
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }

Specifies the figure property for point series

C#
[Browsable(true)]
[SkinnableProperty]
public string PointShape { get; set; }

Specifies item's shadow

C#
[Browsable(false)]
[SkinnableProperty]
public override ShadowStyle Shadow { get; }

Overrides: Style.Shadow

Methods

Clone()

object

Cloned this object

C#
public override object Clone()
Returns:

object

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

Overrides: Style.Clone()

Releases unmanaged and - optionally - managed resources

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides: Style.Dispose(bool)

Load data from ViewState

C#
protected override void LoadViewState(object savedState)
Parameters:savedStateobject

ViewState with data

Overrides: Style.LoadViewState(object)

Saved data to ViewState

C#
protected override object SaveViewState()
Returns:

object

saved data

Overrides: Style.SaveViewState()

Track ViewState

C#
protected override void TrackViewState()

Overrides: Style.TrackViewState()