Class SeriesPoint
Implements single chart point
Inherited Members
Namespace: EmptyKeys.UserInterface.Charts
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class SeriesPoint : DependencyObject
Constructors
SeriesPoint()
Initializes a new instance of the SeriesPoint class.
Declaration
public SeriesPoint()
Fields
ArgumentProperty
The argument property
Declaration
public static readonly DependencyProperty ArgumentProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ValueProperty
The value property
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Argument
Gets or sets the argument.
Declaration
public float Argument { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The argument. |
Value
Gets or sets the value.
Declaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The value. |