Class LegendBoxXY
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
LegendBox shows the series names and line/point styles in a box.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class LegendBoxXY : LegendBoxBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
LegendBoxXY
- Implements
- Inherited Members
Constructors
LegendBoxXY()
Constructor for Form editor.
public LegendBoxXY()
LegendBoxXY(IChartNode)
Constructor.
public LegendBoxXY(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
AlignmentInSegmentGap
LegendBox alignment between Segments.
public AlignmentInSegmentGap AlignmentInSegmentGap { get; set; }
Property Value
AlignmentInVerticalMargin
LegendBox vertical alignment. Align LegendBoxes rendered on top by given edge.
public AlignmentInVerticalMargin AlignmentInVerticalMargin { get; set; }
Property Value
Categorization
Items categorization
public LegendBoxCategorization Categorization { get; set; }
Property Value
CategoryColor
Category title color
public Color CategoryColor { get; set; }
Property Value
CategoryFont
Category font
public Font CategoryFont { get; set; }
Property Value
IntensityScales
Intensity scales.
public LegendBoxSurfaces IntensityScales { get; set; }
Property Value
Position
Position
public LegendBoxPositionXY Position { get; set; }
Property Value
SegmentIndex
LegendBox Segment index. Tells in which Segment the LegendBox should be drawn.
public int SegmentIndex { get; set; }
Property Value
Methods
CreateOffset()
Create offset.
protected override void CreateOffset()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.
Events
SeriesTitleMouseMoveOverOff
Occurs when the mouse pointer moves out over the series title.
public event LegendBoxXY.SeriesTitleMouseMoveOverOffEventHandler SeriesTitleMouseMoveOverOff
Event Type
SeriesTitleMouseMoveOverOn
Occurs when the mouse pointer moves in over the series title.
public event LegendBoxXY.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn