 |
VTK
9.1.0
|
Go to the documentation of this file.
73 #ifndef vtkBarChartActor_h
74 #define vtkBarChartActor_h
77 #include "vtkRenderingAnnotationModule.h"
87 class vtkBarLabelArray;
130 vtkSetStringMacro(Title);
131 vtkGetStringMacro(Title);
187 vtkSetStringMacro(YTitle);
188 vtkGetStringMacro(YTitle);
244 vtkBarLabelArray* Labels;
255 double UpperRight[2];
273 int LastPosition2[2];
create 2D glyphs represented by vtkPolyData
draw vtkPolyData onto the image plane
static vtkBarChartActor * New()
Instantiate this class.
record modification and/or execution time
~vtkBarChartActor() override
int RenderOverlay(vtkViewport *) override
Draw the bar plot.
virtual void SetTitleTextProperty(vtkTextProperty *p)
Set/Get the title text property.
window superclass for vtkRenderWindow
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this actor.
int RenderOpaqueGeometry(vtkViewport *) override
Draw the bar plot.
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
abstract specification for Viewports
represent text properties.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Draw the bar plot.
a actor that draws 2D data
void SetBarColor(int i, const double color[3])
Specify colors for each bar.
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 void SetInput(vtkDataObject *)
Set the input to the bar chart actor.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
double * GetBarColor(int i)
Specify colors for each bar.
vtkTypeBool HasTranslucentPolygonalGeometry() override
Does this prop have some translucent polygonal geometry?
const char * GetBarLabel(int i)
Specify the names of each bar.