ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkXYChartRepresentation Class Reference

#include <vtkXYChartRepresentation.h>

Inheritance diagram for vtkXYChartRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkXYChartRepresentation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void SetOptions (vtkChartNamedOptions *)
vtkChartXYGetChart ()
void SetUseIndexForXAxis (bool useIndex)
void SetChartType (const char *type)
int GetChartType ()
void SetXAxisSeriesName (const char *name)
const char * GetXAxisSeriesName ()

Static Public Member Functions

static vtkXYChartRepresentationNew ()
static int IsTypeOf (const char *type)
static vtkXYChartRepresentationSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkXYChartRepresentation ()
 ~vtkXYChartRepresentation ()

Protected Attributes

vtkXYChartNamedOptionsXYOptions

Detailed Description

Definition at line 28 of file vtkXYChartRepresentation.h.


Constructor & Destructor Documentation

vtkXYChartRepresentation::vtkXYChartRepresentation ( ) [protected]
vtkXYChartRepresentation::~vtkXYChartRepresentation ( ) [protected]

Member Function Documentation

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).


Member Data Documentation

Definition at line 63 of file vtkXYChartRepresentation.h.


The documentation for this class was generated from the following file: