Class
ChartMarginsTitle

Title's margins

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

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

Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartMarginsChartMarginsTitle

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

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.ViewStateIgnoresCase

Constructors

ChartMarginsTitle()

Creates new instance of ChartMarginsTitle class.

Declaration

cs-api-definition
public ChartMarginsTitle()

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