Class ConfigureXY
- Namespace
- LightningChartLib.WinForms.Charting.DataCursor
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Result table showing information about the closest data value.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ConfigureXY : ChartNode, IChartNode, IDisposable
- Inheritance
-
ConfigureXY
- Implements
- Inherited Members
Constructors
ConfigureXY()
public ConfigureXY()
ConfigureXY(IChartNode)
Constructor.
public ConfigureXY(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
XAxisLabelBackground
XAXis label background color.
public Color XAxisLabelBackground { get; set; }
Property Value
XAxisLabelBorderColor
XAxis label border color.
public Color XAxisLabelBorderColor { get; set; }
Property Value
XAxisLabelForeground
XAxis label foreground.
public Color XAxisLabelForeground { get; set; }
Property Value
XAxisLabelUseSeriesColor
When enabled, uses series color to color the XAxis label.
public bool XAxisLabelUseSeriesColor { get; set; }
Property Value
XAxisLabelVisible
Shows or hides the X axis label.
public bool XAxisLabelVisible { get; set; }
Property Value
XAxisLineVisible
Shows or hides the xAxis indicator line.
public bool XAxisLineVisible { get; set; }
Property Value
YAxisLabelBackground
YAXis label background.
public Color YAxisLabelBackground { get; set; }
Property Value
YAxisLabelBorderColor
YAXis label border color.
public Color YAxisLabelBorderColor { get; set; }
Property Value
YAxisLabelForeground
YAXis label foreground.
public Color YAxisLabelForeground { get; set; }
Property Value
YAxisLabelUseSeriesColor
When enabled, uses series color to color YAXis label.
public bool YAxisLabelUseSeriesColor { get; set; }
Property Value
YAxisLabelVisible
Shows or hides the YAxis label.
public bool YAxisLabelVisible { get; set; }
Property Value
YAxisLineVisible
Show or hides the YAxis indicator line.
public bool YAxisLineVisible { 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