dotnetCHARTING Send comments on this topic.
ElementCount Property
See Also 
dotnetCHARTING Namespace > Viewport Class : ElementCount Property


Gets or sets the number of element groups visible within the chart area. Element groups can be synonymous with a category axis tick count.

Syntax

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

Remarks

To specify a starting position with a category axis, use the ScaleRange Property property with indexes of each element group.

See Also

© 2010 All Rights Reserved.