menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChartClientSideEvents

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.JavaScript.Web
    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

    ToolTipInitialize

    Declaration
    public string ToolTipInitialize { get; set; }
    Property Value
    Type Description
    System.String

    TrackAxisToolTip

    Declaration
    public string TrackAxisToolTip { get; set; }
    Property Value
    Type Description
    System.String

    TrackToolTip

    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
    Type Name Description
    PivotChartProperties propModel
    PivotChartClientSideEvents events
    Returns
    Type Description
    PivotChartProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved