Table of Contents

Class LegendBoxSurfaces

Namespace
LightningChartLib.WinForms.Charting.Views
Assembly
LightningChart.WinForms.Charting.NET4.dll

LegendBox shows the series names and drawing styles in a box.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class LegendBoxSurfaces : ChartNode, IChartNode, IDisposable
Inheritance
LegendBoxSurfaces
Implements
Inherited Members

Constructors

LegendBoxSurfaces()

Simple constructor for Form designer's list editor.

public LegendBoxSurfaces()

LegendBoxSurfaces(LegendBoxBase)

Constructor.

public LegendBoxSurfaces(LegendBoxBase legendBox)

Parameters

legendBox LegendBoxBase
param legendBox M:LightningChartLib.WinForms.Charting.Views.LegendBoxSurfaces.#ctor(LightningChartLib.WinForms.Charting.Views.LegendBoxBase)

Properties

ScaleBorderColor

Scale border color.

public Color ScaleBorderColor { get; set; }

Property Value

Color

ScaleBorderWidth

Scale border width.

public int ScaleBorderWidth { get; set; }

Property Value

int

ScaleSizeDim1

Scale size in pixels, primary dimension

public int ScaleSizeDim1 { get; set; }

Property Value

int

ScaleSizeDim2

Scale size in pixels, secondary dimension

public int ScaleSizeDim2 { get; set; }

Property Value

int

SizeGrid

Scale grid size in pixels.

public SizeDoubleXY SizeGrid { get; set; }

Property Value

SizeDoubleXY

TitlePosition

Scale title position.

public SurfaceLegendBoxTitlePosition TitlePosition { get; set; }

Property Value

SurfaceLegendBoxTitlePosition

Visible

Show/hide scale.

public bool Visible { get; set; }

Property Value

bool

Methods

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.