FinancialMarkersCollection class is a strongly typed collection of FinancialMarker objects. FinancialMarkers class is used to perform all the calculations and drawing of the markers.
Visual Basic (Declaration) | |
---|---|
Public Class FinancialMarkersCollection |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class FinancialMarkersCollection |
This collection class provides financial markers functionality, and is exposed via the FinancialMarkers property of Series objects.
To add a financial marker use the overloaded Add method (appends a FinancialMarker object to the end of the collection). To insert a FinancialMarker object to the collection use the overloaded Insert method.
The data points that financial markers are applied to MUST have their X values set, otherwise a run-time exception will be thrown!
The Count property indicates the total number of items in the collection, and is commonly used to find the upper bound of the collection.
System.Object
Dundas.Charting.WebControl.FinancialMarkersCollection
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family