LegendBoxXYSegmentIndex Property |
LightningChart .NET Help
LegendBox Segment index. Tells in which Segment the LegendBox should be drawn.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic int SegmentIndex { get; set; }Public Property SegmentIndex As Integer
Get
Set
public:
property int SegmentIndex {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also