alexa
menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SunburstBehavior

    Represents behavior for a SfSunburstChart.

    Inheritance
    System.Object
    SunburstBehavior
    SunburstSelectionBehavior
    SunburstToolTipBehavior
    SunburstZoomingBehavior
    Namespace: Syncfusion.UI.Xaml.SunburstChart
    Assembly: Syncfusion.SfSunburstChart.UWP.dll
    Syntax
    public abstract class SunburstBehavior : DependencyObject

    Constructors

    SunburstBehavior()

    Declaration
    protected SunburstBehavior()

    Methods

    OnDoubleTapped(DoubleTappedRoutedEventArgs)

    Called when pointer tapped double times in the sunburst chart.

    Declaration
    protected virtual void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs e

    Event Args.

    OnPointerExited(PointerRoutedEventArgs)

    Called when pointer exited from the sunburst chart.

    Declaration
    protected virtual void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event Args.

    OnPointerMoved(PointerRoutedEventArgs)

    Called when pointer moved on the sunburst chart.

    Declaration
    protected virtual void OnPointerMoved(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event Args.

    OnPointerPressed(PointerRoutedEventArgs)

    Called when pointer pressed on the sunburst chart.

    Declaration
    protected virtual void OnPointerPressed(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event Args.

    OnPointerReleased(PointerRoutedEventArgs)

    Called when pointer released on the sunburst chart.

    Declaration
    protected virtual void OnPointerReleased(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Event Args.

    OnTapped(TappedRoutedEventArgs)

    Method gets called on tapped in sunburst chart.

    Declaration
    protected virtual void OnTapped(TappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.TappedRoutedEventArgs e

    The tapped routed event arguments.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved