Class
StylePlotArea

Plot area's appearance

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StylePlotArea : LayoutStyle, IChartingStateManagedItem, IChartingStateManager

Inheritance: objectStateManagedObjectStyleLayoutStyleStylePlotArea

Implements: IChartingStateManagedItemIChartingStateManager

Inherited Members LayoutStyle.PositionLayoutStyle.DimensionsStyle.BorderStyle.ShadowStyle.VisibleStateManagedObject.CloneState()StateManagedObject.SetDirty()StateManagedObject.Dispose()StateManagedObject.ViewStateIgnoresCase

Constructors

StylePlotArea()

Creates a new instance of StylePlotArea class.

Declaration

cs-api-definition
public StylePlotArea()

StylePlotArea(Dimensions, FillStylePlotArea, Position, string, Corners, StyleBorder, ShadowStyle, bool)

Creates a new instance of StylePlotArea class.

Declaration

cs-api-definition
public StylePlotArea(Dimensions dimensions, FillStylePlotArea fillStyle, Position position, string palette, Corners corners, StyleBorder border, ShadowStyle shadowStyle, bool visible)

Parameters

dimensions

Dimensions

Dimensions of PlotArea

fillStyle

FillStylePlotArea

FillStyle settings

position

Position

PlotArea's position

palette

string

Palette used in PlotArea

corners

Corners

PlotArea's corners

border

StyleBorder

Border of PlotArea

shadowStyle

ShadowStyle

PlotArea's shadow style

visible

bool

PlotArea's visibility

Properties

Corners

Specifies the corners for background rectangle

Declaration

cs-api-definition
[TypeConverter(typeof(CornersConverter))]
[SkinnableProperty]
public Corners Corners { get; set; }

Property Value

Corners

Figure

Specifies the figure property

Declaration

cs-api-definition
[Browsable(false)]
public string Figure { get; }

Property Value

string

FillStyle

Specifies the background property

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public FillStylePlotArea FillStyle { get; }

Property Value

FillStylePlotArea

SeriesPalette

Specifies the series palette

Declaration

cs-api-definition
[SkinnableProperty]
public string SeriesPalette { get; set; }

Property Value

string

Methods

Clone()

Cloned this object

Declaration

cs-api-definition
public override object Clone()

Returns

object

New instance of StylePlotArea class with the same fields as this one

Overrides Style.Clone()

Dispose(bool)

Releases unmanaged and - optionally - managed resources

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.

Overrides LayoutStyle.Dispose(bool)

LoadViewState(object)

Load data from ViewState

Declaration

cs-api-definition
protected override void LoadViewState(object savedState)

Parameters

savedState

object

ViewState with data

Overrides LayoutStyle.LoadViewState(object)

SaveViewState()

Saved data to ViewState

Declaration

cs-api-definition
protected override object SaveViewState()

Returns

object

saved data

Overrides LayoutStyle.SaveViewState()

TrackViewState()

Track ViewState

Declaration

cs-api-definition
protected override void TrackViewState()

Overrides LayoutStyle.TrackViewState()