Class ErrorBarSettings
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewXY
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Error bar settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ErrorBarSettings : ChartNode, IChartNode, IDisposable
- Inheritance
-
ErrorBarSettings
- Implements
- Inherited Members
Constructors
ErrorBarSettings()
Constructor.
public ErrorBarSettings()
ErrorBarSettings(IChartNode)
Constructor.
public ErrorBarSettings(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.Views.ViewXY.ErrorBarSettings.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
EndLength
End length
public int EndLength { get; set; }
Property Value
ShowXError
Show X error.
public bool ShowXError { get; set; }
Property Value
ShowYError
Show Y error.
public bool ShowYError { get; set; }
Property Value
XColor
X color
public Color XColor { get; set; }
Property Value
XThickness
X thickness
public int XThickness { get; set; }
Property Value
YColor
Y color
public Color YColor { get; set; }
Property Value
YThickness
Y thickness
public int YThickness { 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