ChartArea3DStyle.IsClustered Property

.NET Framework (current version)
 

Gets or sets a flag that determines whether data series for a bar or column chart are clustered; that is, displayed along distinct rows.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[BindableAttribute(true)]
public bool IsClustered { get; set; }

Property Value

Type: System.Boolean

true if data series for a bar or column chart are clustered; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: