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


Gets or sets a value that indicates whether an AxisTick object is generated for each element's position on this axis.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.