Skip to main content

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

NuGet Package: DevExpress.Win.Charts

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