WPF

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

    Show / Hide Table of Contents

    Class DataPointInfoProvider

    Represent DataPointInfoProvider

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

    Constructors

    DataPointInfoProvider(PivotEngine, PivotCellDescriptor)

    Initializes a new instance of the DataPointInfoProvider class.

    Declaration
    public DataPointInfoProvider(PivotEngine pEngine, PivotCellDescriptor cellDescriptor)
    Parameters
    Type Name Description
    PivotEngine pEngine
    PivotCellDescriptor cellDescriptor

    DataPointInfoProvider(PivotValueCellData)

    Initializes a new instance of the DataPointInfoProvider class.

    Declaration
    public DataPointInfoProvider(PivotValueCellData cell)
    Parameters
    Type Name Description
    PivotValueCellData cell

    The cell.

    Properties

    Column

    Gets the column.

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

    The column.

    Measure

    Gets the measure.

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

    The measure.

    Row

    Gets the row.

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

    The row.

    Value

    Gets the cellvalue.

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

    The cellvalue.

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