Skip to main content

CustomModelProvider.RegisterCustomModelType(Type, Type) Method

Registers the model of the specified type for use in the Designer for a chart element with the specified type.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public void RegisterCustomModelType(
    Type chartElementType,
    Type customModelType
)

Parameters

Name Type Description
chartElementType Type

The type of a chart element.

customModelType Type

The type of a model.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RegisterCustomModelType(Type, Type) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also