Class
StyleSeries

Series appearance

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

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

Inheritance: objectStateManagedObjectStyleStyleSeries

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members Style.ShadowStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleSeries()

Creates new instance of StyleSeries class.

Declaration

cs-api-definition
public StyleSeries()

StyleSeries(ChartSeries)

Constructor for Series's style

Declaration

cs-api-definition
public StyleSeries(ChartSeries series)

Parameters

series

ChartSeries

Parent series element

StyleSeries(FillStyleSeries, StyleSeriesItemLabel, StyleMarkerSeriesPoint, Corners, StyleBorder, ShadowStyle, bool)

Creates new instance of StyleSeries class.

Declaration

cs-api-definition
public StyleSeries(FillStyleSeries fillStyle, StyleSeriesItemLabel styleSeriesLabel, StyleMarkerSeriesPoint stylePointMarker, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)

Parameters

fillStyle

FillStyleSeries

FillStyle of series

styleSeriesLabel

StyleSeriesItemLabel

Series default labels' settings

stylePointMarker

StyleMarkerSeriesPoint

Style of Point marker

corners

Corners

Items' corners

border

StyleBorder

Border of series

shadowStyle

ShadowStyle

Series' shadow style

visible

bool

Visibility of series

Properties

BarWidthPercent

Determines the width of bars.

Declaration

cs-api-definition
[Browsable(true)]
[Bindable(true)]
[SkinnableProperty]
public decimal BarWidthPercent { get; set; }

Property Value

decimal

Border

Specifies the border

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public override StyleBorder Border { get; }

Property Value

StyleBorder

Overrides Style.Border

BubbleSize

Default bubble size

Declaration

cs-api-definition
[SkinnableProperty]
public int BubbleSize { get; set; }

Property Value

int

CenterXOffset

Specifies the x offset of the pie center.

Declaration

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

Property Value

int

CenterYOffset

Specifies the y offset of the pie center.

Declaration

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

Property Value

int

Corners

Specifies the corners for background rectangle

Declaration

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

Property Value

Corners

DiameterScale

Gets or sets the pie's diameter length according to the size of the plot area.

Declaration

cs-api-definition
[SkinnableProperty]
public double DiameterScale { get; set; }

Property Value

double

EmptyValue

Empty value point mark

Declaration

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

Property Value

EmptyValue

ExplodePercent

Gets or sets the explode percent of the exploded items.

Declaration

cs-api-definition
[SkinnableProperty]
public int ExplodePercent { get; set; }

Property Value

int

FillStyle

Specifies the background property

Declaration

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

Property Value

FillStyleSeries

LabelAppearance

Gets or sets the common settings for the series items labels

Declaration

cs-api-definition
[SkinnableProperty]
public StyleSeriesItemLabel LabelAppearance { get; }

Property Value

StyleSeriesItemLabel

LegendDisplayMode

Legend visualization mode

Declaration

cs-api-definition
[Browsable(true)]
[Bindable(true)]
[SkinnableProperty]
public ChartSeriesLegendDisplayMode LegendDisplayMode { get; set; }

Property Value

ChartSeriesLegendDisplayMode

LineSeriesAppearance

Line, Spline, Bezier series line style

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleLineSeries LineSeriesAppearance { get; }

Property Value

StyleLineSeries

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

PointMark

Series points appearance

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleMarkerSeriesPoint PointMark { get; }

Property Value

StyleMarkerSeriesPoint

PointRotationAngle

Specifies the Rotation angle

Declaration

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

Property Value

float

PointShape

Specifies the shape for point series

Declaration

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

Property Value

string

ShowLabelConnectors

Specifies whether a line should be drawn between the label and the item.

Declaration

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

Property Value

bool

ShowLabels

Specifies whether the item labels should be shown or not.

Declaration

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

Property Value

bool

StartAngle

Gets or sets the start angle of the pie. Zero angle is identical with the X axis direction.

Declaration

cs-api-definition
[SkinnableProperty]
public double StartAngle { get; set; }

Property Value

double

TextAppearance

Gets or sets the common text settings for the series items

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public StyleSeriesItemTextBlock TextAppearance { get; }

Property Value

StyleSeriesItemTextBlock

Visible

Specifies visibility of series

Declaration

cs-api-definition
[Browsable(false)]
public override bool Visible { get; set; }

Property Value

bool

Overrides Style.Visible

Methods

Clone()

Cloned this object

Declaration

cs-api-definition
public override object Clone()

Returns

object

New instance of StyleSeries 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()