Dundas Chart for Windows Forms
FinancialMarker Class
Members  See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : FinancialMarker Class


Enterprise Edition Only Feature. Represents a financial marker that belongs to a series.
FinancialMarker class contains properties which define marker visual appearance, style and its connection to the series data points.

Syntax

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

Remarks

This class represents a financial marker, and is stored as objects in the FinancialMarkersCollection class, which is exposed as the FinancialMarkers property for all Series objects.

Financial markers are always applied to two data points in a series, and these data points are set using the FirstPointIndex and SecondPointIndex properties. The FirstYIndex and SecondYIndex properties determine which Y-values of these points are used, respectively.

To display a financial marker we recommend using the overloaded Add or Insert methods of the FinancialMarkers collection property.

Please note that the data points a financial marker is applied to MUST have their X-values set, otherwise a run-time exception will be thrown.

Refer to the How to Use Financial Markers topic for details concerning financial markers.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WinControl.FinancialMarker

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

© 2009 All Rights Reserved.