ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGaugeClientSideEvents - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.JavaScript.Web
    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
    Type Name Description
    PivotGaugeProperties propModel
    PivotGaugeClientSideEvents events
    Returns
    Type Description
    PivotGaugeProperties
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved