Click or drag to resize

GraphSegmentInfo Class

LightningChart .NET Help
Graph segment info. Needed when showing multiple Y-axes stacked.
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingGraphSegmentInfo

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class GraphSegmentInfo

The GraphSegmentInfo type exposes the following members.

Constructors
  NameDescription
Public methodGraphSegmentInfo
Constructor for Form designer list editor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldFirstSegmentTop
First segment top.
Public fieldGraphHeight
Graph height.
Public fieldSegmentBottoms
Segment bottom coordinates.
Public fieldSegmentCount
Segment count.
Public fieldSegmentTops
Segment top coordinates.
Top
See Also