Skip to main content

ChartModel.Appearance Property

Gets or sets the model of the appearance of the modeled chart.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions(0, "Appearance", 0)]
[Browsable(false)]
public ChartAppearanceModel Appearance { get; set; }

Property Value

Type Description
DevExpress.XtraCharts.Designer.Native.ChartAppearanceModel

The model of the chart appearance.

See Also