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

.NET, XtraCharts Suite

Primary LanguageVisual Basic .NETOtherNOASSERTION

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.