Class
ChartMarginsPlotArea

Plot area's margins

Definition

Namespace:Telerik.Reporting.Charting.Styles

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(MarginsConverter))]
public class ChartMarginsPlotArea : ChartMargins, IChartingStateManagedItem, IChartingStateManager

Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartMarginsChartMarginsPlotArea

Implements: IChartingStateManagedItemIChartingStateManager

Inherited Members ChartMargins.Parse(string)ChartMargins.Parse(string, CultureInfo)LayoutDecoratorBase.Equals(object)LayoutDecoratorBase.GetHashCode()LayoutDecoratorBase.Clone()LayoutDecoratorBase.CopyFrom(LayoutDecoratorBase)StateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.Dispose()StateManagedObject.Dispose(bool)StateManagedObject.ViewStateIgnoresCase

Constructors

ChartMarginsPlotArea()

Creates new instance of ChartMarginsPlotArea class.

Declaration

cs-api-definition
public ChartMarginsPlotArea()

Properties

Bottom

Sets the bottom margin in pixels or percent of the chart's height.

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Bottom { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Bottom

Left

Sets the left margin in pixels or percent of the chart's width.

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Left { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Left

Right

Sets the right margin in pixels or percent of the chart's width.

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Right { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Right

Top

Sets the top margin in pixels or percent of the chart's height.

Declaration

cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(UnitConverter))]
[SkinnableProperty]
public override Unit Top { get; set; }

Property Value

Unit

Overrides LayoutDecoratorBase.Top