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
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.BarSet
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.BarSet