WPF

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

    Show / Hide Table of Contents

    Class OlapChartRefreshEventArgs

    Represents drill down event args.

    Inheritance
    System.Object
    System.EventArgs
    OlapChartRefreshEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class OlapChartRefreshEventArgs : EventArgs

    Constructors

    OlapChartRefreshEventArgs(UIElement)

    Event argument for the OlapChartRefresh event.

    Declaration
    public OlapChartRefreshEventArgs(UIElement chartArea)
    Parameters
    Type Name Description
    System.Windows.UIElement chartArea

    Properties

    ChartArea

    Gets the chart area.

    Declaration
    public UIElement ChartArea { get; }
    Property Value
    Type Description
    System.Windows.UIElement

    The chart area.

    ShowDefaultLoadingIndicator

    Gets or sets a value indicating whether default loading indicator should be shown.

    Declaration
    public bool ShowDefaultLoadingIndicator { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if default loading indicator is shown; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved