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

In This Topic
    End Property (AnimationTransformEventArgs)
    In This Topic
    Gets the ending position.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("AnimationTransformEventArgs.End", "Gets the ending position.")>
    Public ReadOnly Property End As Double
    [C1Description("AnimationTransformEventArgs.End", "Gets the ending position.")]
    public double End {get;}
    See Also