.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Viewport Class : ElementCount Property
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
'Declaration
 
Public Property ElementCount As Integer
'Usage
 
Dim instance As Viewport
Dim value As Integer
 
instance.ElementCount = value
 
value = instance.ElementCount
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also