Part I. Graphs

Table of Contents

Objects
GogGraph — A collection of charts
GogChart — A set of axes and a collection of plots
GogLegend — Chart legend
GogGrid — Chart backplane
GogAxis — Master axes
GogAxisLine — Slave axes
GogGridLine — Grid lines
GogErrorBar — Error bars
GogLabel — Titles & axis labels
GogSeriesLines — Droplines
Abstract Base Classes
GogObject — Base class for all objects of graph model
GogStyledObject — Base class for all styled objects of graph model
GogOutlinedView — Base class for all objects displayed in a frame
GogPlot — Base class for plots
GogSeries — Base class for series
GogTrendLine — Base class for smoothed and regression curves
GogSmoothedCurve — Base class for smoothed curves
GogRegCurve — Base class for regression curves
GogView — Base class for object views
GogDataAllocator — A data allocation interface
GogDataset — A data set interface
Utilities
GogRenderer
GogControlFooCanvas — Graph in a foocanvas item
GogGuru — Graph creation guru and property editor
GogPlotEngine — Plot and regression curve plugin management
GogTheme — Graph theme management
GogChartMap — 2D data to canvas coordinate conversion