Skip to main content
.NET 6.0+

IModelChartSettings.Settings Property

Provides access to the settings of the charting List Editor used by a List View, editable using the Chart Designer.

Namespace: DevExpress.ExpressApp.Chart

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

Declaration

string Settings { get; set; }

Property Value

Type Description
String

A string representing the serialized chart settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Settings
IModelChartListView
.ChartSettings .Settings

Remarks

This property stores charting settings configured using the Chart Designer. You can invoke this wizard from the Model Editor, by clicking the ellipsis button (EllipsisButton) of the Settings property.

ModelEditor_SpecialEditors_ChartWizard

In WinForms applications, end-users can also invoke the designer using the ChartListEditor‘s context menu, if the Application Model‘s ICustomizationEnabledProvider.CustomizationEnabled property of the ChartSettings node is set to true.

To learn about the Chart Designer capabilities in detail, refer to the Chart Designer help topic.

See Also