Class SparklinePointsInfo
Class which represents spark line points info.
Inheritance
System.Object
SparklinePointsInfo
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class SparklinePointsInfo : Object
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 |