Spread for ASP.NET 11 Product Documentation
Location Property (IndexAxis)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > IndexAxis Class : Location Property
Gets or sets the location of the axis relative to the plot area.
Syntax
'Declaration
 
Public Property Location As AxisLocation
'Usage
 
Dim instance As IndexAxis
Dim value As AxisLocation
 
instance.Location = value
 
value = instance.Location
public AxisLocation Location {get; set;}
See Also

Reference

IndexAxis Class
IndexAxis Members