A set of bars in a bar chart.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class BarSet : ChartNode
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BarSet _
	Inherits ChartNode
Visual C++
[SerializableAttribute]
public ref class BarSet : public ChartNode

Remarks

A BarSet is created by Bar and contains a collection of BarItem. Bar creates a BarSet for each stack-group combination. Each BarSet contains the BarItems for that combination. Normally all of the BarItems in a BarSet have the same color, title, etc.

Inheritance Hierarchy

See Also