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