Table of Contents

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

owner IChartNode

Parent.

Properties

AlignmentInSegmentGap

LegendBox alignment between Segments.

public AlignmentInSegmentGap AlignmentInSegmentGap { get; set; }

Property Value

AlignmentInSegmentGap

AlignmentInVerticalMargin

LegendBox vertical alignment. Align LegendBoxes rendered on top by given edge.

public AlignmentInVerticalMargin AlignmentInVerticalMargin { get; set; }

Property Value

AlignmentInVerticalMargin

Categorization

Items categorization

public LegendBoxCategorization Categorization { get; set; }

Property Value

LegendBoxCategorization

CategoryColor

Category title color

public Color CategoryColor { get; set; }

Property Value

Color

CategoryFont

Category font

public Font CategoryFont { get; set; }

Property Value

Font

IntensityScales

Intensity scales.

public LegendBoxSurfaces IntensityScales { get; set; }

Property Value

LegendBoxSurfaces

Position

Position

public LegendBoxPositionXY Position { get; set; }

Property Value

LegendBoxPositionXY

SegmentIndex

LegendBox Segment index. Tells in which Segment the LegendBox should be drawn.

public int SegmentIndex { get; set; }

Property Value

int

Methods

CreateOffset()

Create offset.

protected override void CreateOffset()

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true 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

LegendBoxXY.SeriesTitleMouseMoveOverOffEventHandler

SeriesTitleMouseMoveOverOn

Occurs when the mouse pointer moves in over the series title.

public event LegendBoxXY.SeriesTitleMouseMoveOverOnEventHandler SeriesTitleMouseMoveOverOn

Event Type

LegendBoxXY.SeriesTitleMouseMoveOverOnEventHandler