Class SparklinePointsInfo
Class which represents spark line points info.
Inheritance
System.Object
SparklinePointsInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SparklinePointsInfo
Constructors
SparklinePointsInfo()
Initializes a new instance of the SparklinePointsInfo class.
Declaration
public SparklinePointsInfo()
Properties
Coordinate
Gets or sets the co-ordinates points.
Declaration
public Point Coordinate { get; set; }
Property Value
Type |
---|
System.Windows.Point |
Value
Gets or sets the points.
Declaration
public Point Value { get; set; }
Property Value
Type |
---|
System.Windows.Point |