dotnetCHARTING Send comments on this topic.
YAxis Property
See Also 
dotnetCHARTING Namespace > Series Class : YAxis Property


Gets or sets the y axis for this series.

Syntax

Visual Basic (Declaration) 
Public Property YAxis As Axis
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Axis
 
instance.YAxis = value
 
value = instance.YAxis
C# 
public Axis YAxis {get; set;}

See Also

© 2010 All Rights Reserved.