Show / Hide Table of Contents

Class SeriesPoint

Implements single chart point

Inheritance
System.Object
DependencyObject
SeriesPoint
Inherited Members
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.OnPropertyChanged(DependencyProperty)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
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.

Back to top Generated by DocFX