Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDataZoomTool Class / AnimationSteps Property


In This Topic
    AnimationSteps Property (NDataZoomTool)
    In This Topic
    Gets or sets the number of animation steps to perform if animated zooming is enabled.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Animation")>
    <System.ComponentModel.DescriptionAttribute("The number of animation steps to perform if animated zooming is enabled.")>
    <System.ComponentModel.DefaultValueAttribute(10)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AnimationSteps As System.Integer
    'Usage
     
    
    Dim instance As NDataZoomTool
    Dim value As System.Integer
     
    instance.AnimationSteps = value
     
    value = instance.AnimationSteps
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("The number of animation steps to perform if animated zooming is enabled.")]
    [System.ComponentModel.DefaultValue(10)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int AnimationSteps {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also