Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.PanZoomInteraction.Config Class Reference

More...

Inheritance diagram for Ext.Net.PanZoomInteraction.Config:
Ext.Net.AbstractInteraction.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator PanZoomInteraction.Builder (PanZoomInteraction.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual ZoomAxes Axes [get, set]
 
virtual ? bool DoubleTapReset [get, set]
 If 'true', the double tap on a chart will reset the current pan/zoom to show the whole chart. More...
 
virtual bool ShowOverflowArrows [get, set]
 If true, arrows will be conditionally shown at either end of each axis to indicate that the axis is overflowing and can therefore be panned in that direction. Set this to false to prevent the arrows from being displayed. More...
 
virtual bool ZoomOnPan [get, set]
 If true, the pan gesture will zoom the chart. More...
 
virtual bool HideLabelInGesture [get, set]
 
SegmentedButton ModeToggleButton [get]
 
- Properties inherited from Ext.Net.AbstractInteraction.Config
virtual string InteractionID [get, set]
 
virtual bool Enabled [get, set]
 True if the interaction is enabled. More...
 
virtual int ThrottleGap [get, set]
 Android device is emerging too many events so if we re-render every frame it will take forever to finish a frame. This throttle technique will limit the timespan between two frames. More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator PanZoomInteraction.Builder()

static implicit Ext.Net.PanZoomInteraction.Config.operator PanZoomInteraction.Builder ( PanZoomInteraction.Config  config)
inlinestatic

Property Documentation

◆ Axes

virtual ZoomAxes Ext.Net.PanZoomInteraction.Config.Axes
getset

◆ DoubleTapReset

virtual ? bool Ext.Net.PanZoomInteraction.Config.DoubleTapReset
getset

If 'true', the double tap on a chart will reset the current pan/zoom to show the whole chart.

◆ HideLabelInGesture

virtual bool Ext.Net.PanZoomInteraction.Config.HideLabelInGesture
getset

◆ ModeToggleButton

SegmentedButton Ext.Net.PanZoomInteraction.Config.ModeToggleButton
get

◆ ShowOverflowArrows

virtual bool Ext.Net.PanZoomInteraction.Config.ShowOverflowArrows
getset

If true, arrows will be conditionally shown at either end of each axis to indicate that the axis is overflowing and can therefore be panned in that direction. Set this to false to prevent the arrows from being displayed.

◆ ZoomOnPan

virtual bool Ext.Net.PanZoomInteraction.Config.ZoomOnPan
getset

If true, the pan gesture will zoom the chart.


The documentation for this class was generated from the following file: