Click or drag to resize

RectangleXY Structure

LightningChart .NET Help
Rectangle in XY coordinate system.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LightningChartLib.UWP.ChartingMVVMRectangleXY

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]
public struct RectangleXY

The RectangleXY type exposes the following members.

Constructors
 NameDescription
Public methodRectangleXY Constructor
Top
Properties
 NameDescription
Public propertyIsEmpty Tells if the rectangle is empty.
Top
Fields
 NameDescription
Public fieldHeight Height.
Public fieldWidth Width.
Public fieldX Top left X-coordinate.
Public fieldY Top left Y-coordinate.
Top
See Also