Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.
@CodeSet(value="sas.platform")
@SASScope(value="ALL")

Package com.sas.graphics.components.barchart

Bar Chart component and its related models.

See:
          Description

Class Summary
BarChart The BarChart component is a Swing component that produces bar charts that support the visualization of multiple response variables.
BarChartDataModel Common superclass for all BarChart DataModels to provide a "type" of data model that can be assigned to a BarChart.
BarChartModel A BarChartModel encapsulates most of a BarChart's visual display properties.
BarChartOLAPDataModel A BarChartOLAPDataModel assigns an OLAPDataSetInterface to a BarChart.
BarChartTableDataModel A BarChartTableDataModel encapsulates relational data from a javax.swing.table.TableModel and maps the TableModel's data columns onto a BarChart component.
 

Package com.sas.graphics.components.barchart Description

Bar Chart component and its related models.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.