Table of Contents

Class ResultTable

Namespace
LightningChartLib.WinForms.Charting.DataCursor
Assembly
LightningChart.WinForms.Charting.NET4.dll

Result table showing information about the closest data value to the mouse cursor.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class ResultTable : ChartNode, IChartNode, IDisposable
Inheritance
ResultTable
Implements
Inherited Members

Constructors

ResultTable()

Simple constructor for Form designer's list editor.

public ResultTable()

ResultTable(IChartNode)

Constructor.

public ResultTable(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Background

Result table background fill.

public Fill Background { get; set; }

Property Value

Fill

Border

Border options for the result table.

public Border Border { get; set; }

Property Value

Border

DataRowFont

Data row font.

public Font DataRowFont { get; set; }

Property Value

Font

Padding

Padding is the empty space between the border and internal visuals.

public Padding Padding { get; set; }

Property Value

Padding

RotateAngle

Rotation angle in degrees. The rotation is done around the element's closest corner point.

public double RotateAngle { get; set; }

Property Value

double

TextColor

Text color. Used for both series title and data labels and values.

public Color TextColor { get; set; }

Property Value

Color

TitleFont

Title text font.

public Font TitleFont { get; set; }

Property Value

Font

UseSeriesTitleColor

When enabled, uses series title color instead of TextColor property in the texts.

public bool UseSeriesTitleColor { 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()

Convert class description to string

public override string ToString()

Returns

string

String