DevExpress-Examples / how-to-create-a-stock-chart-e1215

.NET, XtraCharts Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files to look at:

How to create a Stock chart

The following example demonstrates how to create a  Stock chart at runtime.

Note that this series view type is associated with the  XY-Diagram type, and you should cast your diagram object to this type, in order to access its specific options.

Also, note that starting from the v2010 vol 2 version, you can exclude non-working days (weekends and holidays) from an axis range, via the WorkdaysOnly and WorkdaysOptions properties. For details on this, refer to How to exclude weekends and holidays from the axis range.


About

.NET, XtraCharts Suite

License:Other


Languages

Language:Visual Basic .NET 50.0%Language:C# 50.0%