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.

Package com.sas.graphics.components.linechart

Line Chart component and its related models.

See:
          Description

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

Package com.sas.graphics.components.linechart Description

Line 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.