Class
ChartMarginsLegend

Legend's margins

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

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

Inheritance: objectStateManagedObjectLayoutDecoratorBaseChartMarginsChartMarginsLegend

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

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

Constructors

ChartMarginsLegend()

Creates new instance of ChartMarginsLegend class.

Declaration

cs-api-definition
public ChartMarginsLegend()

Properties

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