Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSparklineProperties.Padding Property

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

#Declaration

Delphi
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