WinUI

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

    Show / Hide Table of Contents

    Class ChartPointInfo

    Inheritance
    System.Object
    ChartPointInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class ChartPointInfo : Object, INotifyPropertyChanged

    Constructors

    ChartPointInfo()

    Declaration
    public ChartPointInfo()

    Properties

    Axis

    Declaration
    public ChartAxis Axis { get; }
    Property Value
    Type Description
    ChartAxis

    BaseX

    Declaration
    public double BaseX { get; }
    Property Value
    Type Description
    System.Double

    BaseY

    Declaration
    public double BaseY { get; }
    Property Value
    Type Description
    System.Double

    BorderBrush

    Declaration
    public Brush BorderBrush { get; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.Brush

    Foreground

    Declaration
    public Brush Foreground { get; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.Brush

    Interior

    Declaration
    public Brush Interior { get; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.Brush

    Item

    Declaration
    public object Item { get; }
    Property Value
    Type Description
    System.Object

    PolygonPoints

    Declaration
    public PointCollection PolygonPoints { get; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.Media.PointCollection

    Series

    Declaration
    public ChartSeries Series { get; }
    Property Value
    Type Description
    ChartSeries

    SeriesValues

    Declaration
    public ObservableCollection<string> SeriesValues { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.String>

    ValueX

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

    ValueY

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

    X

    Declaration
    public double X { get; }
    Property Value
    Type Description
    System.Double

    Y

    Declaration
    public double Y { get; }
    Property Value
    Type Description
    System.Double

    Methods

    OnPropertyChanged(String)

    Declaration
    public void OnPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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