Class PivotGaugeClientSideEvents
Inheritance
System.Object
PivotGaugeClientSideEvents
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotGaugeClientSideEvents
Constructors
PivotGaugeClientSideEvents()
Declaration
public PivotGaugeClientSideEvents()
Properties
AfterServiceInvoke
Declaration
public string AfterServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeServiceInvoke
Declaration
public string BeforeServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
Destroy
Declaration
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawCustomLabel
Declaration
public string DrawCustomLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawIndicators
Declaration
public string DrawIndicators { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawLabels
Declaration
public string DrawLabels { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawPointerCap
Declaration
public string DrawPointerCap { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawRange
Declaration
public string DrawRange { get; set; }
Property Value
Type |
Description |
System.String |
|
DrawTicks
Declaration
public string DrawTicks { get; set; }
Property Value
Type |
Description |
System.String |
|
Load
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
MouseClick
Declaration
public string MouseClick { get; set; }
Property Value
Type |
Description |
System.String |
|
MouseClickMove
Declaration
public string MouseClickMove { get; set; }
Property Value
Type |
Description |
System.String |
|
MouseClickUp
Declaration
public string MouseClickUp { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderComplete
Declaration
public string RenderComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderFailure
Declaration
public string RenderFailure { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderSuccess
Declaration
public string RenderSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
SetValues(PivotGaugeProperties, PivotGaugeClientSideEvents)
Declaration
public PivotGaugeProperties SetValues(PivotGaugeProperties propModel, PivotGaugeClientSideEvents events)
Parameters
Returns