2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartCoordArray Class / DataType Property

In This Topic
    DataType Property (ChartCoordArray)
    In This Topic
    Gets or sets the default data type of the coord.
    Syntax
    'Declaration
     
    Public Property DataType As System.Type
    public System.Type DataType {get; set;}
    Remarks
    Specifies the default data type that is used with the CopyDataOut method. If the default DataType property is not explicitly set, then the reported type is that of the last entered data through either the CopyDataIn method of the Item property. Acceptable input data types include Single, Double, Integer, Int16, Int64, Decimal and DateTime (VB) and float, double, int, Int16, Int64, decimal and DateTime (C#). When PointData is managed by the ChartCoordArray, PointF objects may also be used.
    See Also