StyleChart
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
Creates new instance of StyleChart class.
Creates new instance of StyleChart class.
public StyleChart(DimensionsChart dimensions, FillStyleChart fillStyle, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Chart dimensions
fillStyleFillStyleChartFillStyle of chart
cornersCornersCorners of chart
borderStyleBorderChart border style
shadowStyleShadowStyleChart shadow style
visibleboolVisibility of chart
Properties
Determines how much of the bar's area is overlapped in multiple bar charts.
[Browsable(true)]
[Bindable(true)]
[SkinnableProperty]
public decimal BarOverlapPercent { get; set; }
Determines the width of bars.
[Browsable(true)]
[Bindable(true)]
[SkinnableProperty]
public decimal BarWidthPercent { get; set; }
Specifies the corners for background rectangle
[Browsable(true)]
[Bindable(true)]
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }
Specifies the background property
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStyleChart FillStyle { get; }
Specifies the quality at which chart image is rendered.
[Browsable(true)]
[SkinnableProperty]
public ImageQuality ImageQuality { get; set; }
Specifies the quality at which text in chart is rendered.
[Browsable(true)]
[SkinnableProperty]
public TextQuality TextQuality { get; set; }
Methods
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewSatate with data
Overrides:
Save data to ViewState
Track ViewState
protected override void TrackViewState()
Overrides: