Class DataPointInfoProvider
Represent DataPointInfoProvider
Inheritance
System.Object
DataPointInfoProvider
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 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. |