ClassStylePlotArea
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
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
string
Palette used in PlotArea
corners
PlotArea's corners
border
Border of PlotArea
shadowStyle
PlotArea's shadow style
visible
bool
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
string
FillStyle
Specifies the background property
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStylePlotArea FillStyle { get; }
Property Value
SeriesPalette
Specifies the series palette
Declaration
[SkinnableProperty]
public string SeriesPalette { get; set; }
Property Value
string
Methods
Clone()
Cloned this object
Declaration
public override object Clone()
Returns
object
New instance of StylePlotArea class with the same fields as this one
Overrides
Dispose(bool)
Releases unmanaged and - optionally - managed resources
Declaration
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides
LoadViewState(object)
Load data from ViewState
Declaration
protected override void LoadViewState(object savedState)
Parameters
savedState
object
ViewState with data
Overrides
SaveViewState()
Saved data to ViewState
Declaration
protected override object SaveViewState()
Returns
object
saved data
Overrides
TrackViewState()
Track ViewState
Declaration
protected override void TrackViewState()
Overrides