Click or drag to resize

OverlayLabel Class

LightningChart .NET Help
Overlay label shows text with background and border.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.OverlayElements
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class OverlayLabel : OverlayElement

The OverlayLabel type exposes the following members.

Constructors
  NameDescription
Public methodOverlayLabel
Constructor for form editor list editor.
Public methodOverlayLabel(IChartNode)
Constructor.
Top
Properties
  NameDescription
Public propertyAnchor
Rotation uses this point as a center point. Location tells where to place the anchored point on the control area. For X dimension, value 0 represents left coordinate of the object and 1 right coordinate. For Y dimension, value 0 represents top coordinate of the object and 1 bottom coordinate. To define anchor point outside the object area, define values outside range 0...1.
(Inherited from OverlayElement.)
Public propertyBorder
Border around the object
(Inherited from OverlayElement.)
Public propertyFill
Fill.
(Inherited from OverlayElement.)
Public propertyLimitInsideGraphMargins
If set, limits the element graph margins area.
(Inherited from OverlayElement.)
Public propertyLocation
Location where the anchor point is placed.
(Inherited from OverlayElement.)
Public propertyRotateAngle
Element rotation angle, in degrees. The rotation is done around the element's center of rotation.
(Inherited from OverlayElement.)
Public propertyShadow
Shadow beneath the object
(Inherited from OverlayElement.)
Public propertySize
Defines Size.
(Inherited from OverlayElement.)
Public propertyText
Text.
Public propertyTextStyle
Text style.
Public propertyVisible
Is element visible.
(Inherited from OverlayElement.)
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.
(Inherited from OverlayElement.)
Top
See Also