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
ownerIChartNodeParent.
Properties
Background
Result table background fill.
public Fill Background { get; set; }
Property Value
Border
Border options for the result table.
public Border Border { get; set; }
Property Value
DataRowFont
Data row font.
public Font DataRowFont { get; set; }
Property Value
Padding
Padding is the empty space between the border and internal visuals.
public Padding Padding { get; set; }
Property Value
RotateAngle
Rotation angle in degrees. The rotation is done around the element's closest corner point.
public double RotateAngle { get; set; }
Property Value
TextColor
Text color. Used for both series title and data labels and values.
public Color TextColor { get; set; }
Property Value
TitleFont
Title text font.
public Font TitleFont { get; set; }
Property Value
UseSeriesTitleColor
When enabled, uses series title color instead of TextColor property in the texts.
public bool UseSeriesTitleColor { 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()
Convert class description to string
public override string ToString()
Returns
- string
String