Spread for ASP.NET 11 Product Documentation
LabelContainsXValue Property (XYZPointSeries)


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

Reference

XYZPointSeries Class
XYZPointSeries Members