ChartControl.AppearanceRepository Property
In This Article
Provides access to the repository of a chart’s appearances.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[Browsable(false)]
public AppearanceRepository AppearanceRepository { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also