ComponentOne FinancialChart for WinForms
C1.Chart Namespace / AnimationTransformEventArgs Class / PointIndex Property

In This Topic
    PointIndex Property (AnimationTransformEventArgs)
    In This Topic
    Get the current point index.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("AnimationTransformEventArgs.PointIndex", "Get the current point index.")>
    Public ReadOnly Property PointIndex As Integer
    [C1Description("AnimationTransformEventArgs.PointIndex", "Get the current point index.")]
    public int PointIndex {get;}
    See Also