ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordArray.DataType Property

Gets or sets the default data type of the coord.

[Visual Basic]

Public Property DataType As Type

[C#]

public Type DataType {get;set;}

[Delphi]

public property DataType: Type read get_DataType write set_DataType;

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

ChartCoordArray Class | ChartCoordArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.