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

SeriesCollectionModel.IsCompatibleViewType(ViewType) Method

Returns the value indicating whether the specified view type is compatible with view types of the currently stored series.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public bool IsCompatibleViewType(
    ViewType viewType
)

Parameters

Name Type Description
viewType ViewType

The series view type that should be tested.

Returns

Type Description
Boolean

true, if the specified series view type is compatible with view types of the currently stored series; otherwise false.

See Also