Returns the top position (y-axis coordinate) for an item in the IChartView control.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
double GetItemTop( int index ) |
Visual Basic (Declaration) |
---|
Function GetItemTop ( _ index As Integer _ ) As Double |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the item to return the top position for.