Class PivotChartClientSideEvents
Inheritance
System.Object
PivotChartClientSideEvents
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 PivotChartClientSideEvents
Constructors
PivotChartClientSideEvents()
Declaration
public PivotChartClientSideEvents()
Properties
AfterServiceInvoke
Declaration
public string AfterServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
AnimationComplete
Declaration
public string AnimationComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
AxesLabelRendering
Declaration
public string AxesLabelRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
AxesLabelsInitialize
Declaration
public string AxesLabelsInitialize { get; set; }
Property Value
Type |
Description |
System.String |
|
AxesRangeCalculate
Declaration
public string AxesRangeCalculate { get; set; }
Property Value
Type |
Description |
System.String |
|
AxesTitleRendering
Declaration
public string AxesTitleRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeExport
Declaration
public string BeforeExport { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeSeriesRender
Declaration
public string BeforeSeriesRender { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeServiceInvoke
Declaration
public string BeforeServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartAreaBoundsCalculate
Declaration
public string ChartAreaBoundsCalculate { get; set; }
Property Value
Type |
Description |
System.String |
|
Create
Declaration
public string Create { get; set; }
Property Value
Type |
Description |
System.String |
|
Destroy
Declaration
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayTextRendering
Declaration
public string DisplayTextRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillSuccess
Declaration
public string DrillSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendBoundsCalculate
Declaration
public string LegendBoundsCalculate { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendItemClick
Declaration
public string LegendItemClick { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendItemMouseMove
Declaration
public string LegendItemMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
LegendItemRendering
Declaration
public string LegendItemRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
Load
Declaration
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
PointRegionClick
Declaration
public string PointRegionClick { get; set; }
Property Value
Type |
Description |
System.String |
|
PointRegionMouseMove
Declaration
public string PointRegionMouseMove { get; set; }
Property Value
Type |
Description |
System.String |
|
PreRender
Declaration
public string PreRender { 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 |
|
SeriesRendering
Declaration
public string SeriesRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
SymbolRendering
Declaration
public string SymbolRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
TitleRendering
Declaration
public string TitleRendering { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ToolTipInitialize { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TrackAxisToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TrackToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
SetValues(PivotChartProperties, PivotChartClientSideEvents)
Declaration
public PivotChartProperties SetValues(PivotChartProperties propModel, PivotChartClientSideEvents events)
Parameters
Returns