Class ChartPointInfo
ChartPointInfo contains information about the displaying series data points.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ChartPointInfo : INotifyPropertyChanged
Constructors
ChartPointInfo()
Declaration
public ChartPointInfo()
Properties
Axis
Gets or sets the associated axis.
Declaration
public ChartAxis Axis { get; set; }
Property Value
Type |
---|
ChartAxis |
BaseX
Gets or sets the x initial coordinate.
Declaration
public double BaseX { get; set; }
Property Value
Type |
---|
System.Double |
BaseY
Gets or sets the y initial coordinate
Declaration
public double BaseY { get; set; }
Property Value
Type |
---|
System.Double |
BorderBrush
Gets or sets the border color of this data point.
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
Close
Gets or sets the close value.
Declaration
public string Close { get; set; }
Property Value
Type |
---|
System.String |
Foreground
Gets or sets the foreground color of this data point.
Declaration
public Brush Foreground { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
High
Gets or sets the high value.
Declaration
public string High { get; set; }
Property Value
Type |
---|
System.String |
Interior
Gets or sets the interior color of this data point.
Declaration
public Brush Interior { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
Item
Gets or sets the items of this data point.
Declaration
public object Item { get; set; }
Property Value
Type |
---|
System.Object |
Low
Gets or sets the low value.
Declaration
public string Low { get; set; }
Property Value
Type |
---|
System.String |
LowerLine
Gets or sets the y value of the indicator segment.
Declaration
public string LowerLine { get; set; }
Property Value
Type |
---|
System.String |
Median
Gets or sets the median value.
Declaration
public string Median { get; set; }
Property Value
Type |
---|
System.String |
Open
Gets or sets the open value.
Declaration
public string Open { get; set; }
Property Value
Type |
---|
System.String |
PolygonPoints
Gets or sets the point collection.
Declaration
public PointCollection PolygonPoints { get; set; }
Property Value
Type |
---|
System.Windows.Media.PointCollection |
Series
Gets or sets the associated series.
Declaration
public ChartSeriesBase Series { get; set; }
Property Value
Type |
---|
ChartSeriesBase |
SeriesValues
Gets or sets the SeriesValues.
Declaration
public ObservableCollection<string> SeriesValues { get; set; }
Property Value
Type |
---|
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 |
---|
System.String |
UpperLine
Gets or sets the y value of the indicator segment.
Declaration
public string UpperLine { get; set; }
Property Value
Type |
---|
System.String |
ValueX
Gets or sets the x value
Declaration
public string ValueX { get; set; }
Property Value
Type |
---|
System.String |
ValueY
Gets or sets the y value.
Declaration
public string ValueY { get; set; }
Property Value
Type |
---|
System.String |
X
Gets or sets the x coordinate
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets or sets the y coordinate
Declaration
public double Y { get; set; }
Property Value
Type |
---|
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 |
---|
System.ComponentModel.PropertyChangedEventHandler |