Skip to main content
A newer version of this page is available. .

IModelChartListView.ChartSettings Property

Provides access to the ChartSettings node.

Namespace: DevExpress.ExpressApp.Chart

Assembly: DevExpress.ExpressApp.Chart.v18.2.dll

Declaration

IModelChartSettings ChartSettings { get; }

Property Value

Type Description
IModelChartSettings

An IModelChartSettings object representing the ChartSettings node.

See Also