dotnetCHARTING Send comments on this topic.
Orientation Property
See Also 
dotnetCHARTING Namespace > Axis Class : Orientation Property


Gets or sets the orientation of this axis.

Syntax

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

Return Value

An Orientation enumeration which specifies on which side of a ChartArea the axis is rendered.

Example

See Also

© 2010 All Rights Reserved.