Ticket Q445603
Visible to All Users

Series animation at runtime

created 12 years ago

How I use series animation properties?

I try this, thanks:

'seriesAnimation.Animations.Clear()

For Each series As DevExpress.XtraCharts.Series In chart.Series

'series.se()

'series.AnimationAutoStartMode = AnimationAutoStartMode.SetStartState

'series.

'SeriesAnimation(tmpSeriesAnim = New SeriesAnimation())

'SeriesAnimationAction(seriesAction = New SeriesUnwindingAction())

'tmpSeriesAnim.Actions.Add(seriesAction)

'seriesAnimation.Animations.Add(tmpSeriesAnim)

'tmpSeriesAnim.TargetSeries = series

'Next

'DoubleAnimation(animation = New DoubleAnimation(0, 1, New Duration(TimeSpan.FromSeconds(5))))

'seriesAnimation.BeginAnimation(ChartAnimationRecord.ProgressProperty, animation, HandoffBehavior.SnapshotAndReplace)

Answers

created 12 years ago (modified 12 years ago)

Hi,
Please review the sample code snippet in the How to initialize the Series and DataFilters at runtime ticket and let me know if further assistance is necessary.

    Comments (2)

      but, only for xpf? .NET nothing??
      thanks

      DevExpress Support Team 12 years ago

        Hi,
        Thank you for your response. ChartControl for WinForms and ASP.NET does not provide any native animation functionality.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.