Skip to main content

TdxSparklineProperties.Padding Property

Specifies distances (in pixels) between the editor’s content and boundaries.

Declaration

property Padding: TcxMargin read; write;

Property Value

Type
TcxMargin

Remarks

You can use this property to shrink the chart display area. This property is particularly useful if you need to visually separate multiple individual sparklines as in-place editors. You can either set individual padding values for each border or apply the same padding to all borders via the Padding.All property.

Padding.All Value Example
0
4
See Also