The vtkQtChartLegendManager class builds a chart legend from the chart series layers.
More...
#include <vtkQtChartLegendManager.h>
List of all members.
Detailed Description
The vtkQtChartLegendManager class builds a chart legend from the chart series layers.
Definition at line 43 of file vtkQtChartLegendManager.h.
Constructor & Destructor Documentation
vtkQtChartLegendManager::vtkQtChartLegendManager |
( |
QObject * |
parent = 0 ) |
|
Creates a chart legend manager instance.
- Parameters:
-
virtual vtkQtChartLegendManager::~vtkQtChartLegendManager |
( |
) |
[virtual] |
Member Function Documentation
void vtkQtChartLegendManager::insertLayer |
( |
int |
index, |
|
|
vtkQtChartLayer * |
chart |
|
) |
| [slot] |
Inserts a chart layer at the given index.
- Parameters:
-
index | The index of the layer. |
chart | The chart layer that was inserted. |
void vtkQtChartLegendManager::removeLayer |
( |
int |
index, |
|
|
vtkQtChartLayer * |
chart |
|
) |
| [slot] |
Removes the specified chart layer from the list.
- Parameters:
-
index | The index of the layer. |
chart | The chart layer that will be removed. |
Sets the chart area that holds the chart series layers.
- Parameters:
-
Sets the chart legend to manage.
- Parameters:
-
legend | The new chart legend. |
void vtkQtChartLegendManager::setLayerVisible |
( |
vtkQtChartLayer * |
chart, |
|
|
bool |
visible |
|
) |
| [slot] |
Sets the visibility for the series in the given chart layer.
- Parameters:
-
chart | The chart layer. |
visible | True if the layer series should be visible. |
The documentation for this class was generated from the following file: