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
legendBoxLegendBoxBaseparam 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
ScaleBorderWidth
Scale border width.
public int ScaleBorderWidth { get; set; }
Property Value
ScaleSizeDim1
Scale size in pixels, primary dimension
public int ScaleSizeDim1 { get; set; }
Property Value
ScaleSizeDim2
Scale size in pixels, secondary dimension
public int ScaleSizeDim2 { get; set; }
Property Value
SizeGrid
Scale grid size in pixels.
public SizeDoubleXY SizeGrid { get; set; }
Property Value
TitlePosition
Scale title position.
public SurfaceLegendBoxTitlePosition TitlePosition { get; set; }
Property Value
Visible
Show/hide scale.
public bool Visible { get; set; }
Property Value
Methods
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.