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


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > ValueAxis 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 ValueAxis
Dim value As AxisLocation
 
instance.Location = value
 
value = instance.Location
public AxisLocation Location {get; set;}
See Also

Reference

ValueAxis Class
ValueAxis Members