Skip to main content

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool IsCorrectDimension { get; protected set; }

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