SeriesPoint3DMatrixAdapter.IsCorrectDimension Property
Returns the value identifying whether the count of values are adequate to create the required number of points.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if number of values are adequate; otherwise false. |
Remarks
The required number of points are defined as XArguments.Count * YArguments.Count.
Note that this property checks the count of attached values, e.g., Bubble3DSeriesView.Weights.
See Also