Class SerializablePivotChartZoomPanBehavior
Represents a class that is used to serialize and deserialize the operations of zooming and panning over Pivot Chart control.
Inheritance
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class SerializablePivotChartZoomPanBehavior : Object
Constructors
SerializablePivotChartZoomPanBehavior()
Declaration
public SerializablePivotChartZoomPanBehavior()
Properties
EnableMouseWheelZooming
Gets or sets a value indicating whether [enable mouse wheel zooming].
Declaration
public bool EnableMouseWheelZooming { get; set; }
Property Value
Type |
---|
System.Boolean |
EnablePanning
Gets or sets a value indicating whether [enable planning].
Declaration
public bool EnablePanning { get; set; }
Property Value
Type |
---|
System.Boolean |
EnablePinchZooming
Gets or sets a value indicating whether [enable pinch zooming].
Declaration
public bool EnablePinchZooming { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableSelectionZooming
Gets or sets a value indicating whether to enable zooming chart using selection rectangle.
Declaration
public bool EnableSelectionZooming { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableZoomingToolBar
Gets or sets a value indicating whether to show/hide the zooming tool bar.
Declaration
public bool EnableZoomingToolBar { get; set; }
Property Value
Type |
---|
System.Boolean |
HorizontalPosition
Gets or sets the horizontal position for the tool bar.
Declaration
public HorizontalAlignment HorizontalPosition { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.HorizontalAlignment |
MaximumZoomLevel
Gets or sets Maximum Zoom Level.
Declaration
public double MaximumZoomLevel { get; set; }
Property Value
Type |
---|
System.Double |
ResetOnDoubleTap
A property used to reset the zooming when press the mouse left button twice.
Declaration
public bool ResetOnDoubleTap { get; set; }
Property Value
Type |
---|
System.Boolean |
StrokeThickness
Gets or sets stroke thickness for selection rectangle.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
---|
System.Double |
ToolBarItems
Gets or sets the tool bar items respectively.
Declaration
public ZoomToolBarItems ToolBarItems { get; set; }
Property Value
Type |
---|
ZoomToolBarItems |
ToolBarOrientation
Gets or sets the tool bar orientation.
Declaration
public Orientation ToolBarOrientation { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Controls.Orientation |
VerticalPosition
Gets or sets the vertical position for the tool bar.
Declaration
public VerticalAlignment VerticalPosition { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.VerticalAlignment |
ZoomMode
Gets or sets the zoom mode.
Declaration
public ZoomMode ZoomMode { get; set; }
Property Value
Type |
---|
ZoomMode |
ZoomRelativeToCursor
Gets or sets a value indicating whether [zoom relative to mouse pointer].
Declaration
public bool ZoomRelativeToCursor { get; set; }
Property Value
Type |
---|
System.Boolean |