Table of Contents

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

owner ChartNode

Owner of this object.

Properties

Color

Color

public Color Color { get; set; }

Property Value

Color

Font

Contour Label font

public Font Font { get; set; }

Property Value

Font

LabelsNumberFormat

Labels number format'

public string LabelsNumberFormat { get; set; }

Property Value

string

Visible

Is text visible or not

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()

Description of class.

public override string ToString()

Returns

string

description