Class StyleSeries
Series appearance
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleSeries : Style, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleSeries()
Creates new instance of StyleSeries class.
Declaration
public StyleSeries()
StyleSeries(ChartSeries)
Constructor for Series's style
Declaration
public StyleSeries(ChartSeries series)
Parameters
ChartSeries
series
Parent series element |
StyleSeries(FillStyleSeries, StyleSeriesItemLabel, StyleMarkerSeriesPoint, Corners, StyleBorder, ShadowStyle, Boolean)
Creates new instance of StyleSeries class.
Declaration
public StyleSeries(FillStyleSeries fillStyle, StyleSeriesItemLabel styleSeriesLabel, StyleMarkerSeriesPoint stylePointMarker, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
FillStyleSeries
fillStyle
FillStyle of series |
StyleSeriesItemLabel
styleSeriesLabel
Series default labels' settings |
StyleMarkerSeriesPoint
stylePointMarker
Style of Point marker |
Corners
corners
Items' corners |
StyleBorder
border
Border of series |
ShadowStyle
shadowStyle
Series' shadow style |
System.Boolean
visible
Visibility of series |
Properties
BarWidthPercent
Determines the width of bars.
Declaration
[SkinnableProperty]
public decimal BarWidthPercent { get; set; }
Property Value
System.Decimal
|
Border
Specifies the border
Declaration
[SkinnableProperty]
public override StyleBorder Border { get; }
Property Value
StyleBorder
|
Overrides
BubbleSize
Default bubble size
Declaration
[SkinnableProperty]
public int BubbleSize { get; set; }
Property Value
System.Int32
|
CenterXOffset
Specifies the x offset of the pie center.
Declaration
[SkinnableProperty]
public int CenterXOffset { get; set; }
Property Value
System.Int32
|
CenterYOffset
Specifies the y offset of the pie center.
Declaration
[SkinnableProperty]
public int CenterYOffset { get; set; }
Property Value
System.Int32
|
Corners
Specifies the corners for background rectangle
Declaration
[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
[SkinnableProperty]
public double DiameterScale { get; set; }
Property Value
System.Double
|
EmptyValue
Empty value point mark
Declaration
[SkinnableProperty]
public EmptyValue EmptyValue { get; }
Property Value
EmptyValue
|
ExplodePercent
Gets or sets the explode percent of the exploded items.
Declaration
[SkinnableProperty]
public int ExplodePercent { get; set; }
Property Value
System.Int32
|
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }
Property Value
FillStyleSeries
|
LabelAppearance
Gets or sets the common settings for the series items labels
Declaration
[SkinnableProperty]
public StyleSeriesItemLabel LabelAppearance { get; }
Property Value
StyleSeriesItemLabel
|
LegendDisplayMode
Legend visualization mode
Declaration
[SkinnableProperty]
public ChartSeriesLegendDisplayMode LegendDisplayMode { get; set; }
Property Value
ChartSeriesLegendDisplayMode
|
LineSeriesAppearance
Line, Spline, Bezier series line style
Declaration
[SkinnableProperty]
public StyleLineSeries LineSeriesAppearance { get; }
Property Value
StyleLineSeries
|
PointDimentions
Specifies the dimensions of points in point series
Declaration
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }
Property Value
DimensionsPointMarker
|
PointMark
Series points appearance
Declaration
[SkinnableProperty]
public StyleMarkerSeriesPoint PointMark { get; }
Property Value
StyleMarkerSeriesPoint
|
PointRotationAngle
Specifies the Rotation angle
Declaration
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }
Property Value
System.Single
|
PointShape
Specifies the shape for point series
Declaration
[SkinnableProperty]
public string PointShape { get; set; }
Property Value
System.String
|
ShowLabelConnectors
Specifies whether a line should be drawn between the label and the item.
Declaration
[SkinnableProperty]
public bool ShowLabelConnectors { get; set; }
Property Value
System.Boolean
|
ShowLabels
Specifies whether the item labels should be shown or not.
Declaration
[SkinnableProperty]
public bool ShowLabels { get; set; }
Property Value
System.Boolean
|
StartAngle
Gets or sets the start angle of the pie. Zero angle is identical with the X axis direction.
Declaration
[SkinnableProperty]
public double StartAngle { get; set; }
Property Value
System.Double
|
TextAppearance
Gets or sets the common text settings for the series items
Declaration
[SkinnableProperty]
public StyleSeriesItemTextBlock TextAppearance { get; }
Property Value
StyleSeriesItemTextBlock
|
Visible
Specifies visibility of series
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
System.Object
New instance of StyleSeries 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()