Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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