Click or drag to resize

PointIntXY Class

LightningChart .NET Help
XY point, integer.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVMPointIntXY

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class PointIntXY : ChartNode

The PointIntXY type exposes the following members.

Constructors
 NameDescription
Public methodPointIntXY Constructor.
Public methodPointIntXY(Int32, Int32) Constructor.
Public methodPointIntXY(IChartNode, Int32, Int32) Constructor
Top
Properties
 NameDescription
Public propertyX Gets or sets X value. This is a dependency property.
Public propertyY Gets or sets Y value. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodSetValues Set all values.
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberXProperty Identifies the X dependency property.
Public fieldStatic memberYProperty Identifies the Y dependency property.
Top
See Also