Class PivotChartPoint
Represents the data object for defining chart points.
Inheritance
System.Object
PivotChartPoint
Namespace: Syncfusion.UI.Xaml.PivotChart
Assembly: Syncfusion.SfPivotChart.UWP.dll
Syntax
public class PivotChartPoint : Object
Constructors
PivotChartPoint()
Initializes a new instance of the PivotChartPoint class.
Declaration
public PivotChartPoint()
Properties
BindingX
Gets or sets the binding path of X value.
Declaration
public string BindingX { get; set; }
Property Value
Type |
---|
System.String |
BindingY
Gets or sets the binding path of Y value.
Declaration
public double BindingY { get; set; }
Property Value
Type |
---|
System.Double |
Tag
Gets or sets the tag for chart point.
Declaration
public object Tag { get; set; }
Property Value
Type |
---|
System.Object |