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


Gets or sets a value that indicates whether the order of stacked elements is reversed.

Syntax

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

Return Value

A Boolean value that indicates whether the order of stacked elements is reversed.

Remarks

Applies to value axes using a stacked axis Scale.

See Also

© 2010 All Rights Reserved.