Skip to main content
A newer version of this page is available. .

RectangleIndents Class

Represents the base class for rectangular indents within a chart (margins and paddings).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class RectangleIndents :
    ChartElement

Remarks

The RectangleIndents class contains settings that specify the top, bottom, right and left inner and outer indents for various chart elements.

For example, the RectangleIndents object is returned by the ChartControl.Padding, Legend.Padding, Annotation.Padding and Legend.Margins properties.

Inheritance

Object
ChartElement
RectangleIndents
See Also