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.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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