Table of Contents

Struct BarSeriesValue

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Bar series value.

public struct BarSeriesValue
Inherited Members

Constructors

BarSeriesValue(double, double, string)

Constructor.

public BarSeriesValue(double location, double value, string text)

Parameters

location double

Location on axis.

value double

Value.

text string

Text.

BarSeriesValue(double, double, string, object)

Constructor.

public BarSeriesValue(double location, double value, string text, object tag)

Parameters

location double

Location on axis.

value double

Value.

text string

Text.

tag object

Tag. Freely assignable object.

Fields

Location

Location on axis.

public double Location

Field Value

double

Tag

Tag. Freely assignable object.

public object Tag

Field Value

object

Text

Text assigned to bar value.

public string Text

Field Value

string

Value

Value.

public double Value

Field Value

double

Methods

ToString()

Convert class description to string.

public override string ToString()

Returns

string

Class description as a string.