Class ChartPointInfo
Represents the information for a single point in a chart.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ChartPointInfo : Object, INotifyPropertyChanged
Constructors
ChartPointInfo()
Declaration
public ChartPointInfo()
Properties
Axis
Gets the axis associated with this chart point.
Declaration
public ChartAxis Axis { get; }
Property Value
Type |
---|
ChartAxis |
BaseX
Gets the base x-coordinate for a chart point.
Declaration
public double BaseX { get; }
Property Value
Type |
---|
System.Double |
BaseY
Gets the base x-coordinate for a chart point.
Declaration
public double BaseY { get; }
Property Value
Type |
---|
System.Double |
BorderBrush
Gets the brush used to color the border of a chart point.
Declaration
public Brush BorderBrush { get; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |
Foreground
Gets the brush used to color the text of a chart point.
Declaration
public Brush Foreground { get; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |
Interior
Gets the brush used to fill the interior of a chart point.
Declaration
public Brush Interior { get; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.Brush |
Item
Gets the data object for the chart point.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
PolygonPoints
Gets the collection of points that define a polygon shape.
Declaration
public PointCollection PolygonPoints { get; }
Property Value
Type |
---|
Microsoft.UI.Xaml.Media.PointCollection |
Series
Gets the series associated with this chart point.
Declaration
public ChartSeries Series { get; }
Property Value
Type |
---|
ChartSeries |
SeriesValues
Gets a collection of values for the chart's series.
Declaration
public ObservableCollection<string> SeriesValues { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.String> |
ValueX
Gets the x-value that is displayed on the chart point.
Declaration
public string ValueX { get; }
Property Value
Type |
---|
System.String |
ValueY
Gets the y-value that is displayed on the chart point.
Declaration
public string ValueY { get; }
Property Value
Type |
---|
System.String |
X
Gets the x-coordinate of a chart point.
Declaration
public double X { get; }
Property Value
Type |
---|
System.Double |
Y
Gets the y-coordinate of a chart point.
Declaration
public double Y { get; }
Property Value
Type |
---|
System.Double |
Methods
OnPropertyChanged(String)
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 |
---|
System.ComponentModel.PropertyChangedEventHandler |