Class SunburstBehavior
Represents behavior for a SfSunburstChart.
Inheritance
System.Object
    SunburstBehavior
      
      
      
  Namespace: Syncfusion.UI.Xaml.SunburstChart
Assembly: Syncfusion.SfSunburstChart.WPF.dll
Syntax
public abstract class SunburstBehavior : DependencyObjectConstructors
SunburstBehavior()
Declaration
protected SunburstBehavior()Methods
OnMouseLeave(MouseEventArgs)
Called when mouse exited from the sunburst chart.
Declaration
protected virtual void OnMouseLeave(MouseEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Input.MouseEventArgs | e | Event Args. | 
OnMouseLeftButtonDown(MouseButtonEventArgs)
Called when mouse button pressed on the sunburst chart.
Declaration
protected virtual void OnMouseLeftButtonDown(MouseButtonEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Input.MouseButtonEventArgs | e | Event Args. | 
OnMouseLeftButtonUp(MouseButtonEventArgs)
Called when mouse button released on the sunburst chart.
Declaration
protected virtual void OnMouseLeftButtonUp(MouseButtonEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Input.MouseButtonEventArgs | e | Event Args. | 
OnMouseMove(MouseEventArgs)
Called when mouse moved on the sunburst chart.
Declaration
protected virtual void OnMouseMove(MouseEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Input.MouseEventArgs | e | Event Args. |