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

TdxChartVisualElementAppearance Properties
Show Inherited Hide Inherited

The base class for all visual element appearance settings in the Chart control.
Name Description
Border protected Specifies if the visual element displays a border.
BorderColor protected Specifies visual element border color.
BorderThickness protected Specifies visual element border thickness, in pixels.
FillOptions protected Provides access to visual element background fill settings.
FontOptions protected Provides access to visual element font settings.
Margins protected Specifies visual element margins, in pixels.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Padding protected Specifies visual element paddings, in pixels.
ParentBackground protected Specifies if the visual element uses background fill settings of its parent.
StrokeOptions protected Provides access to visual element outline settings.
TextColor protected Specifies font color.
See Also