Spread for ASP.NET 12 Product Documentation
AxisId Property (ValueAxis)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > ValueAxis Class : AxisId Property
Gets or sets an ID for the axis.
Syntax
'Declaration
 
Public Property AxisId As Integer
'Usage
 
Dim instance As ValueAxis
Dim value As Integer
 
instance.AxisId = value
 
value = instance.AxisId
public int AxisId {get; set;}
Exceptions
ExceptionDescription
value is less than zero.
See Also

Reference

ValueAxis Class
ValueAxis Members