menu

UWP

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

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved