2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
After creating a table with Datetime column, it must be bind to the dataset using ChartDataBindModel class. C#ChartDataBindModel model = new ChartDataBindModel(this.prodDs1,"Products"); model.XName = "ExpiresDate"; VBDim model As New ChartDataBindModel(Me.prodDs1, "Products") model.XName = "ExpiresDate"
Where prodDs1 is the dataset, Products is the table name and XName is the Datetime column |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.