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

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.v18.2.Wizard.dll

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.

See Also