Back to Devexpress

ChartControl.LookAndFeel Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-435fff8a.md

latest2.0 KB
Original Source

ChartControl.LookAndFeel Property

Provides access to the settings that specify the look and feel of the Chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public UserLookAndFeel LookAndFeel { get; }
vb
Public ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
UserLookAndFeel

A UserLookAndFeel object whose properties specify the Chart control’s look and feel.

|

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 ChartControl.AppearanceName property is set to a non-default value (for instance to “Nature Colors”).

See Also

Look and Feel

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace