Class SfChartResizableBar
Represents the SfChartResizableBar class.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SfChartResizableBar : ResizableScrollBar
Constructors
SfChartResizableBar()
Initializes a new instance of the SfChartResizableBar class.
Declaration
public SfChartResizableBar()
Methods
OnApplyTemplate()
Applies the template for the control.
Declaration
public override void OnApplyTemplate()
Overrides
OnFarHandDragged(Object, DragDeltaEventArgs)
Updates the SfChartResizableBar on far hand dragged.
Declaration
protected override void OnFarHandDragged(object sender, DragDeltaEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The Sender Object |
System.Windows.Controls.Primitives.DragDeltaEventArgs | e | The Event Arguments |
Overrides
OnNearHandDragged(Object, DragDeltaEventArgs)
Updates the SfChartResizableBar on near hand dragged.
Declaration
protected override void OnNearHandDragged(object sender, DragDeltaEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The Sender Object |
System.Windows.Controls.Primitives.DragDeltaEventArgs | e | The Event Arguments |
Overrides
OnThumbDragged(Object, DragDeltaEventArgs)
Updates the SfChartResizableBar on thumb dragged.
Declaration
protected override void OnThumbDragged(object sender, DragDeltaEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The Sender Object |
System.Windows.Controls.Primitives.DragDeltaEventArgs | e | The Event Arguments |
Overrides
OnValueChanged()
Updates the SfChartResizableBar on value change.
Declaration
protected override void OnValueChanged()