ChartControl.LookAndFeel Property
In This Article
Provides access to the settings that specify the look and feel of the Chart control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
The settings provided by the LookAndFeel property enable you to specify how a print control is painted. For more information on look-and-feel technology, see the Appearance and Conditional Formatting topic.
Note
The look and feel settings do not affect the chart control’s appearance when the Chart
See Also