Skip to main content

TdxChart.LookAndFeel Property

Provides access to chart look & feel settings.

Declaration

property LookAndFeel: TcxLookAndFeel read;

Property Value

Type Description
TcxLookAndFeel

Stores look & feel settings.

Remarks

Important

Do not use the LookAndFeel property in your code. To customize look & feel settings in the Chart control, use its LookAndFeel property instead.

See Also