Class StylePlotArea
Plot area's appearance
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StylePlotArea : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable, IPosition
Constructors
StylePlotArea()
Creates a new instance of StylePlotArea class.
Declaration
public StylePlotArea()
StylePlotArea(Dimensions, FillStylePlotArea, Position, String, Corners, StyleBorder, ShadowStyle, Boolean)
Creates a new instance of StylePlotArea class.
Declaration
public StylePlotArea(Dimensions dimensions, FillStylePlotArea fillStyle, Position position, string palette, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Parameters
Dimensions
dimensions
Dimensions of PlotArea |
FillStylePlotArea
fillStyle
FillStyle settings |
Position
position
PlotArea's position |
System.String
palette
Palette used in PlotArea |
Corners
corners
PlotArea's corners |
StyleBorder
border
Border of PlotArea |
ShadowStyle
shadowStyle
PlotArea's shadow style |
System.Boolean
visible
PlotArea's visibility |
Properties
Corners
Specifies the corners for background rectangle
Declaration
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Corners
|
Figure
Specifies the figure property
Declaration
public string Figure { get; }
Property Value
System.String
|
FillStyle
Specifies the background property
Declaration
[SkinnableProperty]
public FillStylePlotArea FillStyle { get; }
Property Value
FillStylePlotArea
|
SeriesPalette
Specifies the series palette
Declaration
[SkinnableProperty]
public string SeriesPalette { get; set; }
Property Value
System.String
|
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
System.Object
New instance of StylePlotArea class with the same fields as this one |
Overrides
LoadViewState(Object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
System.Object
savedState
ViewState with data |
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
System.Object
saved data |
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()