StyleSeriesItem
Series item appearance
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleSeriesItem : Style, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleStyleSeriesItem
Implements:
Inherited Members
Constructors
Creates new instance of StyleSeriesItem class.
public StyleSeriesItem()
Creates new instance of StyleSeriesItem class.
Properties
Specifies the corners for background rectangle
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }
Exploded
bool
Exploded of item in Pie series
[SkinnableProperty]
public bool Exploded { get; set; }
Specifies the background property
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStyleSeries FillStyle { get; }
Specifies the dimensions of points in point series
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public DimensionsPointMarker PointDimentions { get; set; }
PointRotationAngle
float
Specifies the Rotation angle
[SkinnableProperty]
public virtual float PointRotationAngle { get; set; }
PointShape
string
Specifies the figure property for point series
[Browsable(true)]
[SkinnableProperty]
public string PointShape { get; set; }
Specifies item's shadow
[Browsable(false)]
[SkinnableProperty]
public override ShadowStyle Shadow { get; }
Overrides:
Methods
Clone()
object
Cloned this object
public override object Clone()
object
New instance of StyleSeriesItem class with the same fields as this one
Overrides:
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Saved data to ViewState
protected override object SaveViewState()
object
saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: