StylePlotArea
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
Creates a new instance of StylePlotArea class.
public StylePlotArea()
Creates a new instance of StylePlotArea class.
public StylePlotArea(Dimensions dimensions, FillStylePlotArea fillStyle, Position position, string palette, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)
Dimensions of PlotArea
fillStyleFillStylePlotAreaFillStyle settings
positionPositionPlotArea's position
palettestringPalette used in PlotArea
cornersCornersPlotArea's corners
borderStyleBorderBorder of PlotArea
shadowStyleShadowStylePlotArea's shadow style
visibleboolPlotArea's visibility
Properties
Specifies the corners for background rectangle
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }
Specifies the background property
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public FillStylePlotArea FillStyle { get; }
Specifies the series palette
[SkinnableProperty]
public string SeriesPalette { get; set; }
Methods
Cloned this object
public override object Clone()
New instance of StylePlotArea class with the same fields as this one
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
Saved data to ViewState
Track ViewState
protected override void TrackViewState()
Overrides: