BarSeriesValue Constructor (Double, Double, String) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic BarSeriesValue(
double location,
double value,
string text
)
Public Sub New (
location As Double,
value As Double,
text As String
)
public:
BarSeriesValue(
double location,
double value,
String^ text
)
Parameters
- location
- Type: SystemDouble
Location on axis. - value
- Type: SystemDouble
Value. - text
- Type: SystemString
Text.
See Also