Class Configure3D
- 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 Configure3D : ChartNode, IChartNode, IDisposable
- Inheritance
-
Configure3D
- Implements
- Inherited Members
Constructors
Configure3D()
public Configure3D()
Configure3D(IChartNode)
Constructor.
public Configure3D(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
XAxisArrowBackground
xAxis Arrow background color.
public Color XAxisArrowBackground { get; set; }
Property Value
XAxisArrowUseSeriesColor
When enabled, uses series color to color the xAxis Arrow label.
public bool XAxisArrowUseSeriesColor { get; set; }
Property Value
XAxisLabelVisible
Shows or hides the xAxis Label.
public bool XAxisLabelVisible { get; set; }
Property Value
XAxisLineVisible
Shows or hides the xAXis line.
public bool XAxisLineVisible { get; set; }
Property Value
YAxisArrowBackground
yAxis Arrow background.
public Color YAxisArrowBackground { get; set; }
Property Value
YAxisArrowUseSeriesColor
When enabled, uses series color to color yAxis Arrow label.
public bool YAxisArrowUseSeriesColor { get; set; }
Property Value
YAxisLabelVisible
Show or hides the yAxis label.
public bool YAxisLabelVisible { get; set; }
Property Value
YAxisLineVisible
Show or hides the YAxis line.
public bool YAxisLineVisible { get; set; }
Property Value
ZAxisArrowBackground
zAxis Arrow background color.
public Color ZAxisArrowBackground { get; set; }
Property Value
ZAxisArrowUseSeriesColor
When enabled, uses series color to color zAxis Arrow label.
public bool ZAxisArrowUseSeriesColor { get; set; }
Property Value
ZAxisLabelVisible
Show or hides the zAxis label.
public bool ZAxisLabelVisible { get; set; }
Property Value
ZAxisLineVisible
Show or hides the zAxis line.
public bool ZAxisLineVisible { 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