[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DData.ContourData

ContourData Property

ContourData

Gets or sets contour data.

Declaration
[TypeConverter(typeof(TypeConverter))]
public double[,] ContourData { get; set; }
<TypeConverter(GetType(TypeConverter))>
Public Property ContourData As Double(,)
Remarks

Used when drawing 4D charts. Can be used only for bar and surface charts, as well as grid and irregular grid data layout.

See Also