Class ContourLineLabels
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Contour Line Label's properties. Property tree: if enabled; manipulate format, font and color of text. Default state is disabled;
public class ContourLineLabels : ChartNode, IChartNode, IDisposable
- Inheritance
-
ContourLineLabels
- Implements
- Inherited Members
Constructors
ContourLineLabels()
Constructor.
public ContourLineLabels()
ContourLineLabels(ChartNode)
Constructor.
public ContourLineLabels(ChartNode owner)
Parameters
ownerChartNodeOwner of this object.
Properties
Color
Color
public Color Color { get; set; }
Property Value
Font
Contour Label font
public Font Font { get; set; }
Property Value
LabelsNumberFormat
Labels number format'
public string LabelsNumberFormat { get; set; }
Property Value
Visible
Is text visible or not
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()
Description of class.
public override string ToString()
Returns
- string
description