Spread for ASP.NET 12 Product Documentation
LabelContainsYValue Property (XYLineSeries)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > XYLineSeries Class : LabelContainsYValue Property
Gets or sets whether the y value is displayed in the labels.
Syntax
'Declaration
 
Public Property LabelContainsYValue As Boolean
'Usage
 
Dim instance As XYLineSeries
Dim value As Boolean
 
instance.LabelContainsYValue = value
 
value = instance.LabelContainsYValue
public bool LabelContainsYValue {get; set;}
See Also

Reference

XYLineSeries Class
XYLineSeries Members