Dundas Chart for ASP.NET
FinancialMarkersCollection Class
Members  See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : FinancialMarkersCollection Class


Enterprise Edition Only Feature. This class represents a collection of FinancialMarker objects.
FinancialMarkersCollection class is a strongly typed collection of FinancialMarker objects. FinancialMarkers class is used to perform all the calculations and drawing of the markers.

Object Model

Syntax

Visual Basic (Declaration)  
Public Class FinancialMarkersCollection 
Visual Basic (Usage) Copy Code
Dim instance As FinancialMarkersCollection
C#  
public class FinancialMarkersCollection 

Remarks

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.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.FinancialMarkersCollection

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.