Go to the documentation of this file.
34 #ifndef vtkBarChartActor_h
35 #define vtkBarChartActor_h
37 #include "vtkRenderingAnnotationModule.h"
48 class vtkBarLabelArray;
91 vtkSetStringMacro(Title);
92 vtkGetStringMacro(Title);
127 void SetBarColor(
int i,
double r,
double g,
double b);
130 double *GetBarColor(
int i);
138 void SetBarLabel(
const int i,
const char *);
139 const char* GetBarLabel(
int i);
146 vtkSetStringMacro(YTitle);
147 vtkGetStringMacro(YTitle);
203 vtkBarLabelArray *Labels;
214 double UpperRight[2];
232 int LastPosition2[2];
int RenderOpaqueGeometry(vtkViewport *viewport) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
record modification and/or execution time
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
window superclass for vtkRenderWindow
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
int RenderOverlay(vtkViewport *viewport) override
Support the standard render methods.
a simple class to control print indentation
create a bar chart from an array
int HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
abstract specification for Viewports
represent text properties.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
a actor that draws 2D data
static vtkActor2D * New()
Creates an actor2D with the following defaults: position (0,0) (coordinate system is viewport); at la...
void SetBarColor(int i, const double color[3])
concrete dataset represents vertices, lines, polygons, and triangle strips
Create an axis with tick marks and labels.
general representation of visualization data