dotnetCHARTING Send comments on this topic.
Mode Property
See Also 
dotnetCHARTING Namespace > ChartAreaLayout Class : Mode Property


Gets or sets the a ChartAreaLayoutMode.

Syntax

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

See Also