Click or drag to resize

GraphSegmentInfo Class

LightningChart .NET Help
Graph segment info. Needed when showing multiple Y-axes stacked.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMGraphSegmentInfo

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 class GraphSegmentInfo

The GraphSegmentInfo type exposes the following members.

Constructors
 NameDescription
Public methodGraphSegmentInfo Constructor for Form designer list editor.
Top
Methods
 NameDescription
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