|
ParaView
|
#include <vtkXYChartRepresentation.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetOptions (vtkChartNamedOptions *) |
| vtkChartXY * | GetChart () |
| void | SetUseIndexForXAxis (bool useIndex) |
| void | SetChartType (const char *type) |
| int | GetChartType () |
| void | SetXAxisSeriesName (const char *name) |
| const char * | GetXAxisSeriesName () |
Static Public Member Functions | |
| static vtkXYChartRepresentation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkXYChartRepresentation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkXYChartRepresentation () | |
| ~vtkXYChartRepresentation () | |
Protected Attributes | |
| vtkXYChartNamedOptions * | XYOptions |
Definition at line 28 of file vtkXYChartRepresentation.h.
| vtkXYChartRepresentation::vtkXYChartRepresentation | ( | ) | [protected] |
| vtkXYChartRepresentation::~vtkXYChartRepresentation | ( | ) | [protected] |
| static vtkXYChartRepresentation* vtkXYChartRepresentation::New | ( | ) | [static] |
Reimplemented from vtkChartRepresentation.
| virtual const char* vtkXYChartRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkChartRepresentation.
| static int vtkXYChartRepresentation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkChartRepresentation.
| virtual int vtkXYChartRepresentation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkChartRepresentation.
| static vtkXYChartRepresentation* vtkXYChartRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkChartRepresentation.
| void vtkXYChartRepresentation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkChartRepresentation.
| void vtkXYChartRepresentation::SetOptions | ( | vtkChartNamedOptions * | ) | [virtual] |
Set the options object. This must be done before any other state is updated.
Reimplemented from vtkChartRepresentation.
| vtkChartXY* vtkXYChartRepresentation::GetChart | ( | ) |
Provides access to the underlying VTK representation.
| void vtkXYChartRepresentation::SetXAxisSeriesName | ( | const char * | name | ) |
Set the series to use as the X-axis.
| const char* vtkXYChartRepresentation::GetXAxisSeriesName | ( | ) |
Set the series to use as the X-axis.
| void vtkXYChartRepresentation::SetUseIndexForXAxis | ( | bool | useIndex | ) |
Set whether the index should be used for the x axis.
| void vtkXYChartRepresentation::SetChartType | ( | const char * | type | ) |
Set the chart type, defaults to line chart
| int vtkXYChartRepresentation::GetChartType | ( | ) |
Get the chart type, defaults to line chart, the return value is from the vtkChart enum (anonymous for wrapping).
Definition at line 63 of file vtkXYChartRepresentation.h.
1.7.5.1