menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OlapChartUtils - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OlapChartUtils

    Initializes new instance for OlapChartUtils class.

    Inheritance
    System.Object
    OlapChartUtils
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class OlapChartUtils

    Constructors

    OlapChartUtils()

    Declaration
    public OlapChartUtils()

    Methods

    GetParentWindow<T>(DependencyObject)

    Method to return the parent of the corresponding dependency object.

    Declaration
    public static T GetParentWindow<T>(DependencyObject child)
        where T : DependencyObject
    Parameters
    Type Name Description
    System.Windows.DependencyObject child

    the dependency object which you need to find the parent

    Returns
    Type
    T
    Type Parameters
    Name
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved