Table of Contents

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

owner IChartNode
param owner M:LightningChartLib.WinForms.Charting.Views.ViewXY.ErrorBarSettings.#ctor(LightningChartLib.WinForms.Charting.IChartNode)

Properties

EndLength

End length

public int EndLength { get; set; }

Property Value

int

ShowXError

Show X error.

public bool ShowXError { get; set; }

Property Value

bool

ShowYError

Show Y error.

public bool ShowYError { get; set; }

Property Value

bool

XColor

X color

public Color XColor { get; set; }

Property Value

Color

XThickness

X thickness

public int XThickness { get; set; }

Property Value

int

YColor

Y color

public Color YColor { get; set; }

Property Value

Color

YThickness

Y thickness

public int YThickness { get; set; }

Property Value

int

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string

public override string ToString()

Returns

string

String