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