ILayoutable

ILayoutable interface

Specifies the exact position of a chart element.

public interface ILayoutable : IChartComponent

Properties

NameDescription
AsIChartComponent { get; }Allows to get base IChartComponent interface. Read-only IChartComponent.
Bottom { get; }Gets the top of the chart element as a fraction of the height of the chart. Read-only Single.
Height { get; set; }Specifies the height of the chart element as a fraction of the height of the chart. Read/write Single.
Right { get; }Gets the right of the chart element as a fraction of the width of the chart. Read-only Single.
Width { get; set; }Specifies the width of the chart element as a fraction of the width of the chart. Read/write Single.
X { get; set; }Specifies the x location (left) of the chart element as a fraction of the width of the chart. Read/write Single.
Y { get; set; }Specifies the top of the chart element as a fraction of the height of the chart. Read/write Single.

See Also