Interface | Description |
---|---|
RMGraphView |
An interface for graph area shapes.
|
RMGraphView.BarView |
An interface for a shape that renders a bar graph from bar graph pieces.
|
RMGraphView.PieView |
An interface for a shape that renders a bar graph from bar graph pieces.
|
Class | Description |
---|---|
RMGraph |
The RMGraph class provides a template and the machinery for generating graphs.
|
RMGraphArea |
This class represents the actual graph area (a place holder really).
|
RMGraphIntervals |
Returns a list of graph intervals given a range and count.
|
RMGraphLegend |
An inner class for Legend.
|
RMGraphPart3D |
This shape is used by graph area to hold attributes of bars.
|
RMGraphPartBars |
This shape is used by graph area to hold attributes of bars.
|
RMGraphPartLabelAxis |
This shape is used by graph area to hold attributes of the value axis.
|
RMGraphPartPie |
This shape is used by graph area to hold attributes of pies.
|
RMGraphPartSeries |
This shape is used by graph area to hold attributes of the value axis.
|
RMGraphPartValueAxis |
This shape is used by graph area to hold attributes of the value axis.
|
RMGraphSection |
Represents the data in the sections of a merged or separated graph.
|
RMGraphSeries |
A class to represent a graph series, contains a list of series items.
|
RMGraphSeries.Item |
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
|
RMGraphViewBar |
This class generates (and represents) a RPG'd bar graph area.
|
RMGraphViewBar3D |
This class renders a bar graph in 3D.
|
RMGraphViewLine |
This class generates (and represents) a RPG'd line graph area.
|
RMGraphViewPie |
This class generates (and represents) a RPG'd pie graph area.
|
RMGraphViewPie3D |
This graph renders a pie graph in 3D.
|
RMProxyShape |
This shape gets/sets its attributes from/to a proxy shape.
|
Enum | Description |
---|---|
RMGraphArea.ItemLayout | |
RMGraphArea.SectionLayout | |
RMGraphPartSeries.LabelPosition |