BarChart Class TIBCO Spotfire 6.0 API Reference
Representation of a bar chart. A bar chart displays data using a number of bars, each of which represents a particular category as defined by the XAxis. The height of each bar is proportional to a specific aggregation (for example to the sum of the values in the category it represents) defined on the YAxis. In addition bars can be split into further categories by means of the ColorAxis.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals VisualContent
        Spotfire.Dxp.Application.Visuals Visualization
          Spotfire.Dxp.Application.Visuals TrellisVisualization
            Spotfire.Dxp.Application.Visuals BarChart

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(8, 0)]
[ToolContextAttribute]
public sealed class BarChart : TrellisVisualization, 
	IFittingModelHost, IColorRuleVisualization, IScaleAxisHost, IBarChart, IDisplayNameProvider, 
	IColorAxis
See Also