Class StyleChart
Main chart appearance settings
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleChart : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, 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
Dimensions Chart dimensions |
Fill FillStyle of chart |
Corners
corners
Corners of chart |
Style Chart border style |
Shadow Chart shadow style |
System. 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.
|
BarWidthPercent
Determines the width of bars.
Declaration
[SkinnableProperty]
public decimal BarWidthPercent { get; set; }
Property Value
System.
|
Corners
Specifies the corners for background rectangle
Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public FillStyleChart FillStyle { get; }
Property Value
ImageQuality
Specifies the quality at which chart image is rendered.
Declaration
[SkinnableProperty]
public ImageQuality ImageQuality { get; set; }
Property Value
Position
Gets positions
Declaration
[Obsolete("Is not applicable")]
public Position Position { get; }
Property Value
TextQuality
Specifies the quality at which text in chart is rendered.
Declaration
[SkinnableProperty]
public TextQuality TextQuality { get; set; }
Property Value
Visible
Gets visibility of chart
Declaration
public override bool Visible { get; }
Property Value
System.
|
Overrides
Methods
Clone()
Clone this object
Declaration
public override object Clone()
Returns
System. Cloned object |
Overrides
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System. ViewSatate with data |
Overrides
SaveViewState()
Save data to ViewState
Declaration
protected override object SaveViewState()
Returns
System. Saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()