dotnetCHARTING Send comments on this topic.
BringToFront Property
See Also 
dotnetCHARTING Namespace > AxisMarker Class : BringToFront Property


Gets or sets a value that indicates whether the AxisMarker is drawn in front of the chart data while in 2D mode.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.