New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Charting.Styles.LayoutDecoratorBase

Base class for a chart Margins and Paddings

Inheritance Hierarchy

  • System.Object
  • Telerik.Charting.StateManagedObject : IChartingStateManagedItem, IChartingStateManager, IDisposable
  • Telerik.Charting.Styles.LayoutDecoratorBase : ICloneable

Properties

Bottom Unit

Sets the bottom side in pixels or percents of the chart's height.

Left Unit

Sets the left side in pixels or percents of the chart's width.

Sets the right side in pixels or percents of the chart's width.

Top Unit

Sets the top side in pixels or percents of the chart's height.

ViewState StateBag

Sate bag to store view state content

ViewStateIgnoresCase Boolean

Gets if view sate should ignore case

Methods

Clone

Clone this object

Returns

System.Object New instance of LayoutDecoratorBase class with the same fields as this one

CloneState

Makes a view state clone

Returns

System.Web.UI.StateBag StateBag

CopyFrom

Copy fields from object

Parameters

layoutDecorator Telerik.Charting.Styles.LayoutDecoratorBase

Object to copy from

Returns

System.Void

Equals

Checks whether objects are equal

Parameters

obj System.Object

Object to compare

Returns

System.Boolean Result of comparing

GetHashCode

Gets hash code

Returns

System.Int32 Hash code

LoadViewState

Loads data from a view state

Parameters

state System.Object

View state to load data from

Returns

System.Void

op_Equality

Operator comparing

Parameters

layoutDecoratorOne Telerik.Charting.Styles.LayoutDecoratorBase

First object for comparing

layoutDecoratorTwo Telerik.Charting.Styles.LayoutDecoratorBase

Second object for comparing

Returns

System.Boolean Result of comparing

op_Inequality

Operator not equal

Parameters

layoutDecoratorOne Telerik.Charting.Styles.LayoutDecoratorBase

First object for comparing

layoutDecoratorTwo Telerik.Charting.Styles.LayoutDecoratorBase

Second object for comparing

Returns

System.Boolean Whether objects are not equal

Reset

Reset to default settings.

Returns

System.Void

Reset

Set value in pixels or percents of all sides

Parameters

value Telerik.Charting.Styles.Unit

Value in pixels or percents of all sides

Returns

System.Void

SaveViewState

Saves object data to a view state

Returns

System.Object Saved view state object

SetDirty

Sets the item dirty state

Returns

System.Void

Telerik.Charting.IChartingStateManager.LoadViewState

Loads data from a view state

Parameters

state System.Object

View state to load data from

Returns

System.Void

Telerik.Charting.IChartingStateManager.SaveViewState

Saves object data to a view state

Returns

System.Object Saved view state object

Telerik.Charting.IChartingStateManager.TrackViewState

Tracks view state changes

Returns

System.Void

TrackViewState

Tracks view state changes

Returns

System.Void

In this article