Go to the documentation of this file.
37 #ifndef vtkBarChartActor_h
38 #define vtkBarChartActor_h
40 #include "vtkRenderingAnnotationModule.h"
51 class vtkBarLabelArray;
86 vtkGetMacro(TitleVisibility,
int);
94 vtkSetStringMacro(Title);
112 vtkGetMacro(LabelVisibility,
int);
149 vtkSetStringMacro(YTitle);
160 vtkGetMacro(LegendVisibility,
int);
206 vtkBarLabelArray *Labels;
207 int LegendVisibility;
217 double UpperRight[2];
235 int LastPosition2[2];
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkBarChartActor * New()
Instantiate this class.
record modification and/or execution time
void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this actor.
virtual void SetTitleTextProperty(vtkTextProperty *p)
Set/Get the title text property.
window superclass for vtkRenderWindow
virtual void SetLabelTextProperty(vtkTextProperty *p)
Set/Get the labels text property.
a simple class to control print indentation
void SetBarLabel(const int i, const char *)
Specify the names of each bar.
create a bar chart from an array
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
virtual int RenderTranslucentPolygonalGeometry(vtkViewport *)
abstract specification for Viewports
represent text properties.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
a actor that draws 2D data
void SetBarColor(int i, const double color[3])
int RenderOverlay(vtkViewport *)
Draw the bar plot.
void SetBarColor(int i, double r, double g, double b)
Specify colors for each bar.
concrete dataset represents vertices, lines, polygons, and triangle strips
Create an axis with tick marks and labels.
general representation of visualization data
virtual int HasTranslucentPolygonalGeometry()
Does this prop have some translucent polygonal geometry?
virtual void SetInput(vtkDataObject *)
Set the input to the bar chart actor.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
double * GetBarColor(int i)
const char * GetBarLabel(int i)
vtkTimeStamp BuildTime
Updates the extensions string.