StylePlotArea
Plot area's appearance
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StylePlotArea : LayoutStyle, IChartingStateManagedItem, IChartingStateManager
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; }
Figure
string
Specifies the figure property
[Browsable(false)]
public string Figure { get; }
Specifies the background property
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStylePlotArea FillStyle { get; }
SeriesPalette
string
Specifies the series palette
[SkinnableProperty]
public string SeriesPalette { get; set; }
Methods
Clone()
object
Cloned this object
public override object Clone()
object
New instance of StylePlotArea class with the same fields as this one
Overrides:
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Saved data to ViewState
protected override object SaveViewState()
object
saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: