Spread for ASP.NET 8.0 Product Documentation
Origin Property (BarSeries)


Gets or sets the bar origin.
Syntax
'Declaration
 
Public Property Origin As Double
'Usage
 
Dim instance As BarSeries
Dim value As Double
 
instance.Origin = value
 
value = instance.Origin
public double Origin {get; set;}
Remarks
This property is only used when AutoOrigin is false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

BarSeries Class
BarSeries Members

 

 


Copyright © GrapeCity, inc. All rights reserved.