Chart Builder API (beta)

Package oracle.ord.media.chart.types

Class Summary
AnnotationDesc AnnotationDesc objects are used to customize chart annotations.
AreaDesc AreaDesc objects are used to customize the graphic drawn for areas in area charts, and are normally supplied as arguments to setYSeriesGraphic().
AxisDesc AxisDesc objects are used to customize chart axes.
BarDesc BarDesc objects are used to customize bars in bar charts.
CandlestickDesc CandlestickDesc objects are used to customize the graphic drawn for candlesticks in stock charts, and are normally supplied as arguments to setYSeriesGraphic().
DateString DateString defines an object with two attributes: a java.util.Date and a String.
GridDesc GridDesc objects are used to customize the Grid, and are normally supplied as arguments to setChartAttributes().
HiLoCloseDesc HiLoClose objects are used to customize the graphic drawn for HiLoClose and OpenHiLoClose stock charts.
ImageMapDesc ImageMap objects are used to define the attributes of HTML image maps generated by Chart Builder, and are supplied as parameters to setEnableImageMapCS().
LineDesc LineDesc objects are used to customize the graphic drawn for lines, and are normally supplied as arguments to setYSeriesGraphic().
NumAxisDesc NumAxisDesc objects are used to customize numerical axes, and are normally supplied as arguments to setChartAttributes().
PieSliceDesc PieSliceDesc is a descriptor for pie slices.
SequencedHyperLinkDesc SequencedHyperLink objects allow control over the various components of expressions, such as href, onMouseOver, onMouseOut and onClick, generated in each area specification of an HTML image map.
SeriesDesc SeriesDesc objects are used in interactive applications to return information related to the series name and index in response to mouse events.
TimeAxisDesc TimeAxisDesc objects are used to customize time axes, and are normally supplied as arguments to setChartAttributes().
 

Exception Summary
ChartException  
 


Chart Builder API (beta)