Search
Series.Dimensions Property
See Also
 






Gets the number of values (coordinates) that can be returned by each data item.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

int Dimensions { get; }

Visual Basic  Copy Code

ReadOnly Property Dimensions As Integer

 Property Value

An integer value.

 See Also