ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetIrGrid Class / ColumnDeltaArray Property

In This Topic
    ColumnDeltaArray Property
    In This Topic
    Gets or sets the array which indicates the amounts of space between a data value and its neighboring column in grid dataset.
    Syntax
    'Declaration
     
    Public Property ColumnDeltaArray As System.Double()
    public System.double[] ColumnDeltaArray {get; set;}
    See Also