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

More...

Inheritance diagram for Ext.Net.ChartDirectEvents:
Ext.Net.AbstractComponentDirectEvents Ext.Net.ComponentDirectEvents Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

 ChartDirectEvents ()
 
 ChartDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.AbstractComponentDirectEvents
 AbstractComponentDirectEvents ()
 
 AbstractComponentDirectEvents (Observable parent)
 
- Public Member Functions inherited from Ext.Net.ComponentDirectEvents
 ComponentDirectEvents ()
 
 ComponentDirectEvents (Observable parent)
 
virtual void ClearDirectEvents ()
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 

Properties

virtual ComponentDirectEvent?? BeforeRefresh [get]
 Fires before a refresh to the chart data is called. If the beforerefresh handler returns false the refresh action will be cancelled. Parameters item : Ext.chart.Chart More...
 
virtual ComponentDirectEvent?? ItemHighlight [get]
 Fires on item highlight More...
 
virtual ComponentDirectEvent?? Refresh [get]
 Fires after the chart data has been refreshed. Parameters item : Ext.chart.Chart More...
 
virtual ComponentDirectEvent?? Redraw [get]
 Fires after the chart is redrawn. Parameters item : Ext.chart.AbstractChart More...
 
virtual ComponentDirectEvent?? ItemClick [get]
 Fires when a click event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemDblClick [get]
 Fires when a double click event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemMouseDown [get]
 Fires when a mousedown event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemMouseMove [get]
 Fires when the mouse is moved on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemMouseOut [get]
 Fires when the mouse exits a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemMouseOver [get]
 Fires when the mouse enters a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemMouseUp [get]
 Fires when a mouseup event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? ItemTap [get]
 Fires when a tap event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event More...
 
virtual ComponentDirectEvent?? StoreChange [get]
 Fires when the store of the chart changes. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.AbstractComponentDirectEvents
virtual ComponentDirectEvent?? FocusEnter [get]
 Fires when focus enters this Component's hierarchy. More...
 
virtual ComponentDirectEvent?? FocusLeave [get]
 Fires when focus leaves this Component's hierarchy. More...
 
virtual ComponentDirectEvent?? Activate [get]
 Fires after a AbstractComponent has been visually activated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Added [get]
 Fires after a AbstractComponent had been added to a Container. Parameters item : Ext.AbstractComponent container : Ext.container.Container Parent Container pos : Number position of AbstractComponent More...
 
virtual ComponentDirectEvent?? AfterLayoutAnimation [get]
 This event fires after a component's layout has been updated by a layout that included animation (e.g., a panel in an accordion layout). More...
 
virtual ComponentDirectEvent?? AfterRender [get]
 Fires after the component rendering is finished. More...
 
virtual ComponentDirectEvent?? BeforeActivate [get]
 Fires before a AbstractComponent has been visually activated. Returning false from an event listener can prevent the activate from occurring. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeDeactivate [get]
 Fires before a AbstractComponent has been visually deactivated. Returning false from an event listener can prevent the deactivate from occurring. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeDestroy [get]
 Fires before the component is destroyed. Return false from an event handler to stop the destroy. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeHide [get]
 Fires before the component is hidden when calling the hide method. Return false from an event handler to stop the hide. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeRender [get]
 Fires before the component is rendered. Return false from an event handler to stop the render. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeShow [get]
 Fires before the component is shown when calling the show method. Return false from an event handler to stop the show. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Deactivate [get]
 Fires after a AbstractComponent has been visually deactivated. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Destroy [get]
 Fires after the component is destroyed. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Disable [get]
 Fires after the component is disabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Enable [get]
 Fires after the component is enabled. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Hide [get]
 Fires after the component is hidden. Fires after the component is hidden when calling the hide method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Move [get]
 Fires after the component is moved. Parameters item : Ext.AbstractComponent x : Number The new x position y : Number The new y position More...
 
virtual ComponentDirectEvent?? Removed [get]
 Fires when a component is removed from an Ext.container.Container Parameters item : Ext.AbstractComponent ownerCt : Ext.container.Container Container which holds the component More...
 
virtual ComponentDirectEvent?? Render [get]
 Fires after the component markup is rendered. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? Resize [get]
 Fires after the component is resized. Parameters item : Ext.AbstractComponent adjWidth : Number The box-adjusted width that was set adjHeight : Number The box-adjusted height that was set More...
 
virtual ComponentDirectEvent?? Show [get]
 Fires after the component is shown when calling the show method. Parameters item : Ext.AbstractComponent More...
 
virtual ComponentDirectEvent?? BeforeStateRestore [get]
 Fires before the state of the component is restored. Return false to stop the restore. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? BeforeStateSave [get]
 Fires before the state of the component is saved to the configured state provider. Return false to stop the save. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? StateRestore [get]
 Fires after the state of the component is restored. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? StateSave [get]
 Fires after the state of the component is saved to the configured state provider. Parameters item : Ext.AbstractComponent state : object The hash of state values More...
 
virtual ComponentDirectEvent?? Blur [get]
 Fires when this Component loses focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject blur event. More...
 
virtual ComponentDirectEvent?? Focus [get]
 Fires when this Component receives focus. Parameters item : Ext.AbstractComponent e : Ext.EventObject focus event. More...
 
virtual ComponentDirectEvent?? BoxReady [get]
 Fires one time - after the component has been layed out for the first time at its initial size. Parameters item : Ext.Component width : Number The initial width height : Number The initial height More...
 
virtual ComponentDirectEvent?? DoubleTap [get]
 A simple event recognizer which knows when you double tap. Parameters item : Ext.Component e : Event More...
 
virtual ComponentDirectEvent?? Drag [get]
 
virtual ComponentDirectEvent?? EdgeSwipe [get]
 
virtual ComponentDirectEvent?? LongPress [get]
 
virtual ComponentDirectEvent?? Pinch [get]
 
virtual ComponentDirectEvent?? Rotate [get]
 
virtual ComponentDirectEvent?? Swipe [get]
 
virtual ComponentDirectEvent?? Tap [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ComponentDirectEvents
virtual Observable Parent [get, set]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Constructor & Destructor Documentation

◆ ChartDirectEvents() [1/2]

Ext.Net.ChartDirectEvents.ChartDirectEvents ( )
inline

◆ ChartDirectEvents() [2/2]

Ext.Net.ChartDirectEvents.ChartDirectEvents ( Observable  parent)
inline

Property Documentation

◆ BeforeRefresh

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.BeforeRefresh
get

Fires before a refresh to the chart data is called. If the beforerefresh handler returns false the refresh action will be cancelled. Parameters item : Ext.chart.Chart

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.ChartDirectEvents.ConfigOptions
get

◆ ItemClick

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemClick
get

Fires when a click event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemDblClick

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemDblClick
get

Fires when a double click event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemHighlight

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemHighlight
get

Fires on item highlight

◆ ItemMouseDown

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemMouseDown
get

Fires when a mousedown event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemMouseMove

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemMouseMove
get

Fires when the mouse is moved on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemMouseOut

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemMouseOut
get

Fires when the mouse exits a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemMouseOver

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemMouseOver
get

Fires when the mouse enters a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemMouseUp

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemMouseUp
get

Fires when a mouseup event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ ItemTap

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.ItemTap
get

Fires when a tap event occurs on a series item. Note: This event requires the chartitemevents plugin be added to the chart. Parameters chart : Ext.chart.AbstractChart item : Object category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item e : Event

◆ Redraw

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.Redraw
get

Fires after the chart is redrawn. Parameters item : Ext.chart.AbstractChart

◆ Refresh

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.Refresh
get

Fires after the chart data has been refreshed. Parameters item : Ext.chart.Chart

◆ StoreChange

virtual ComponentDirectEvent?? Ext.Net.ChartDirectEvents.StoreChange
get

Fires when the store of the chart changes.

Available since: 4.0.0

Parameters: chart : Ext.chart.AbstractChart newStore : Ext.data.Store oldStore : Ext.data.Store


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