ClassStyleChart
Main chart appearance settings
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleChart : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleLayoutStyleStyleChart
Implements:
Inherited Members
Constructors
StyleChart(Chart)
Creates new instance of StyleChart class.
Declaration
public StyleChart(Chart chart)
Parameters
chart
Chart related to.
StyleChart(DimensionsChart, FillStyleChart, Corners, StyleBorder, ShadowStyle, bool)
Creates new instance of StyleChart class.
Declaration
public StyleChart(DimensionsChart dimensions, FillStyleChart fillStyle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
dimensions
Chart dimensions
fillStyle
FillStyle of chart
corners
Corners of chart
border
Chart border style
shadowStyle
Chart shadow style
visible
Visibility of chart
Properties
BarOverlapPercent
Determines how much of the bar's area is overlapped in multiple bar charts.
Declaration
[Browsable(true)]
[Bindable(true)]
[SkinnableProperty]
public decimal BarOverlapPercent { get; set; }
Property Value
BarWidthPercent
Determines the width of bars.
Declaration
[Browsable(true)]
[Bindable(true)]
[SkinnableProperty]
public decimal BarWidthPercent { get; set; }
Property Value
Corners
Specifies the corners for background rectangle
Declaration
[Browsable(true)]
[Bindable(true)]
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
FillStyle
Specifies the background property
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStyleChart FillStyle { get; }
Property Value
ImageQuality
Specifies the quality at which chart image is rendered.
Declaration
[Browsable(true)]
[SkinnableProperty]
public ImageQuality ImageQuality { get; set; }
Property Value
TextQuality
Specifies the quality at which text in chart is rendered.
Declaration
[Browsable(true)]
[SkinnableProperty]
public TextQuality TextQuality { get; set; }
Property Value
Methods
Clone()
Clone this object
LoadViewState(object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
ViewSatate with data
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
Saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides