Version

WebEventAppearance Class Members

The following tables list the members exposed by WebEventAppearance.

Public Constructors
 NameDescription
Public ConstructorWebEventAppearance ConstructorCreates Web client side event Appearance object with default properties  
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyClientOnChartScrollReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves ChartScroll charted data.  
Public PropertyClientOnCrosshairMoveReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves CrosshairMove charted data.  
Public PropertyClientOnHideCrosshairReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves HideCrosshair charted data.  
Public PropertyClientOnHideTooltipReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves HideTooltip charted data.  
Public PropertyClientOnMouseClickReturns or sets a string of text that specifies the name of the JavaScript function to be called when charted data is clicked.  
Public PropertyClientOnMouseOutReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves out of charted data.  
Public PropertyClientOnMouseOverReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves over charted data.  
Public PropertyClientOnShowCrosshairReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves ShowCrosshair charted data.  
Public PropertyClientOnShowTooltipReturns or sets a string of text that specifies the name of the JavaScript function to be called when the mouse cursor moves ShowTooltip charted data.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodResetClientOnChartScrollResets the ClientOnChartScroll property to its default value.  
Public MethodResetClientOnCrosshairMoveResets the ClientOnCrosshairMove property to its default value.  
Public MethodResetClientOnDrilledDownResets the ClientOnDrilledDown property to its default value.  
Public MethodResetClientOnHideCrosshairResets the ClientOnHideCrosshair property to its default value.  
Public MethodResetClientOnHideTooltipResets the ClientOnHideTooltip property to its default value.  
Public MethodResetClientOnMouseClickResets the ClientOnMouseClick property to its default value.  
Public MethodResetClientOnMouseOutResets the ClientOnMouseOut property to its default value.  
Public MethodResetClientOnMouseOverResets the ClientOnMouseOver property to its default value.  
Public MethodResetClientOnShowCrosshairResets the ClientOnShowCrosshair property to its default value.  
Public MethodResetClientOnShowTooltipResets the ClientOnShowTooltip property to its default value.  
Public MethodShouldSerializeDetermines whether or not this WebEventAppearance object should be serialized.  
Public MethodToStringReturns a string representation of a WebEventAppearance object.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeClientOnChartScrollReturns a Boolean value that determines whether the ClientOnChartScroll property is set to its default value.  
Protected MethodShouldSerializeClientOnCrosshairMoveReturns a Boolean value that determines whether the ClientOnCrosshairMove property is set to its default value.  
Protected MethodShouldSerializeClientOnDrilledDownReturns a Boolean value that determines whether the ClientOnDrilledDown property is set to its default value.  
Protected MethodShouldSerializeClientOnHideCrosshairReturns a Boolean value that determines whether the ClientOnHideCrosshair property is set to its default value.  
Protected MethodShouldSerializeClientOnHideTooltipReturns a Boolean value that determines whether the ClientOnHideTooltip property is set to its default value.  
Protected MethodShouldSerializeClientOnMouseClickReturns a Boolean value that determines whether the ClientOnMouseClick property is set to its default value.  
Protected MethodShouldSerializeClientOnMouseOutReturns a Boolean value that determines whether the ClientOnMouseOut property is set to its default value.  
Protected MethodShouldSerializeClientOnMouseOverReturns a Boolean value that determines whether the ClientOnMouseOver property is set to its default value.  
Protected MethodShouldSerializeClientOnShowCrosshairReturns a Boolean value that determines whether the ClientOnShowCrosshair property is set to its default value.  
Protected MethodShouldSerializeClientOnShowTooltipReturns a Boolean value that determines whether the ClientOnShowTooltip property is set to its default value.  
See Also