Second Point Index
Visual Basic (Declaration) | |
---|---|
Public Property SecondPointIndex As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int SecondPointIndex {get; set;} |
Return Value
An integer value that represents the index (zero-based) of the second data point to be used for a financial marker. Defaults to one (second data point).
Financial markers are always applied to two data points in a series, and this property represents the second data point. The Y-value that is used is determined by the SecondYIndex property (which defaults to the first Y-value).
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.
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