ClassStylePlotArea
Plot area's appearance
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StylePlotArea : LayoutStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Inheritance: objectStateManagedObjectStyleLayoutStyleStylePlotArea
Implements:
Inherited Members
Constructors
StylePlotArea()
Creates a new instance of StylePlotArea class.
Declaration
public StylePlotArea()
StylePlotArea(Dimensions, FillStylePlotArea, Position, string, Corners, StyleBorder, ShadowStyle, bool)
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 of PlotArea
fillStyle
FillStyle settings
position
PlotArea's position
palette
Palette used in PlotArea
corners
PlotArea's corners
border
Border of PlotArea
shadowStyle
PlotArea's shadow style
visible
PlotArea's visibility
Properties
Corners
Specifies the corners for background rectangle
Declaration
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }
Property Value
Figure
Specifies the figure property
Declaration
[Browsable(false)]
public string Figure { get; }
Property Value
FillStyle
Specifies the background property
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStylePlotArea FillStyle { get; }
Property Value
SeriesPalette
Specifies the series palette
Declaration
[SkinnableProperty]
public string SeriesPalette { get; set; }
Property Value
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
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
savedState
ViewState with data
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides