Value Property (Chart2DValueLabel)
In This Topic
Gets or sets the axis value to be replaced by the ChartValueLabel by specifying a value that can be implicitly converted to double.
Syntax
'Declaration
Public Property Value As Double
public double Value {get; set;}
See Also