Click or drag to resize

LegendBoxSurfaces Class

LightningChart .NET Help
LegendBox shows the series names and drawing styles in a box.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingChartNode
    Arction.WinForms.Charting.ViewsLegendBoxSurfaces

Namespace:  Arction.WinForms.Charting.Views
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class LegendBoxSurfaces : ChartNode

The LegendBoxSurfaces type exposes the following members.

Constructors
  NameDescription
Public methodLegendBoxSurfaces
Simple constructor for Form designer's list editor.
Public methodLegendBoxSurfaces(LegendBoxBase)
Constructor.
Top
Properties
  NameDescription
Public propertyScaleBorderColor
Scale border color.
Public propertyScaleBorderWidth
Scale border width.
Public propertyScaleSizeDim1
Scale size in pixels, primary dimension
Public propertyScaleSizeDim2
Scale size in pixels, secondary dimension
Public propertySizeGrid
Scale grid size in pixels.
Public propertyTitlePosition
Scale title position.
Public propertyVisible
Show/hide scale.
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also