Class ConfigureSmith
- 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 ConfigureSmith : ChartNode, IChartNode, IDisposable
- Inheritance
-
ConfigureSmith
- Implements
- Inherited Members
Constructors
ConfigureSmith()
public ConfigureSmith()
ConfigureSmith(IChartNode)
Constructor.
public ConfigureSmith(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
ImaginaryBorderColor
Imaginary axis label border color.
public Color ImaginaryBorderColor { get; set; }
Property Value
ImaginaryLabelBackground
Imaginary axis label background.
public Color ImaginaryLabelBackground { get; set; }
Property Value
ImaginaryLabelForeground
Imaginary axis label foreground.
public Color ImaginaryLabelForeground { get; set; }
Property Value
ImaginaryLabelUseSeriesColor
When enabled, uses series color to color the Imaginary axis label.
public bool ImaginaryLabelUseSeriesColor { get; set; }
Property Value
ImaginaryLabelVisible
Show or hides the Imaginary axis labels.
public bool ImaginaryLabelVisible { get; set; }
Property Value
ImaginaryLineStyle
Imaginary line style.
public LineStyle ImaginaryLineStyle { get; set; }
Property Value
ImaginaryLineVisible
Show or hides the Imaginary line.
public bool ImaginaryLineVisible { get; set; }
Property Value
RealBorderColor
Real axis label border color.
public Color RealBorderColor { get; set; }
Property Value
RealLabelBackground
Real axis label background.
public Color RealLabelBackground { get; set; }
Property Value
RealLabelForeground
Real axis label foreground.
public Color RealLabelForeground { get; set; }
Property Value
RealLabelUseSeriesColor
When enabled, uses series color to color the Real axis label.
public bool RealLabelUseSeriesColor { get; set; }
Property Value
RealLabelVisible
Shows or hides the Real axis labels.
public bool RealLabelVisible { get; set; }
Property Value
RealLineStyle
Real line style.
public LineStyle RealLineStyle { get; set; }
Property Value
RealLineVisible
Shows or hides the Real line.
public bool RealLineVisible { 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