Dundas Chart for Windows Forms
Clustered Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ChartArea3DStyle Class : Clustered Property


Gets or sets a boolean value that determines if bar chart or column chart data series are clustered (displayed along distinct rows).


Indicates that series should be drawn as clustered.

Syntax

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

Return Value

If true bar and column chart series in a chart area are clustered, if false they are not. Defaults to false.

Remarks

When multiple series for bar or column charts are clustered they are displayed along two distinct rows in a chart area (i.e. each row has a distinct z-axis position). If the series are not clustered then their corresponding data points (i.e. data points with either the same collection index or X-values) are then displayed adjacent to each other in one row.

Clustering is only applied to column and bar chart series, and is used to clarify the display of two or more categories of data that correspond to one axis label (e.g. the sales by sales persons plotted on a monthly basis).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.