Class ChartPointInfo
Inheritance
System.Object
ChartPointInfo
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartPointInfo : Object, INotifyPropertyChanged
Constructors
ChartPointInfo()
Declaration
Properties
Axis
Declaration
public ChartAxis Axis { get; }
Property Value
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
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
Property Value
Type |
Description |
System.Double |
|
Y
Declaration
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