menu

UWP

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

    Show / Hide Table of Contents

    Class ChartPointInfo

    ChartPointInfo contains information about the displaying series data points.

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

    Constructors

    ChartPointInfo()

    Declaration
    public ChartPointInfo()

    Properties

    Axis

    Gets or sets the associated axis.

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

    BaseX

    Gets or sets the x initial coordinate.

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

    BaseY

    Gets or sets the y initial coordinate

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

    BorderBrush

    Gets or sets the border color of this data point.

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

    The Windows.UI.Xaml.Media.Brush value.

    Close

    Gets or sets the close value.

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

    Foreground

    Gets or sets the foreground color of this data point.

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

    The Windows.UI.Xaml.Media.Brush value.

    High

    Gets or sets the high value.

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

    Interior

    Gets or sets the interior color of this data point.

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

    The Windows.UI.Xaml.Media.Brush value.

    Item

    Gets or sets the items of this data point.

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

    Low

    Gets or sets the low value.

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

    LowerLine

    Gets or sets the y value of the indicator segment.

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

    Median

    Gets or sets the median value.

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

    Open

    Gets or sets the open value.

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

    PolygonPoints

    Gets or sets the point collection.

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

    Series

    Gets or sets the associated series.

    Declaration
    public ChartSeriesBase Series { get; set; }
    Property Value
    Type Description
    ChartSeriesBase

    SeriesValues

    Gets or sets the SeriesValues.

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

    SignalLine

    Gets or sets the y value of the signal line in the indicator.

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

    UpperLine

    Gets or sets the y value of the indicator segment.

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

    ValueX

    Gets or sets the x value

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

    ValueY

    Gets or sets the y value.

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

    X

    Gets or sets the x coordinate

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

    Y

    Gets or sets the y coordinate

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

    Methods

    OnPropertyChanged(String)

    Called when property changed

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

    Events

    PropertyChanged

    Occurs when a property value changes.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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