Click or drag to resize

SegmentLine Structure

LightningChart .NET Help
Line segment from A to B.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public struct SegmentLine

The SegmentLine type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldAX
Point A, X value.
Public fieldAY
Point A, Y value.
Public fieldBX
Point B, X value.
Public fieldBY
Point B, Y value.
Public fieldTag
Tag. Freely assignable object.
Top
See Also