ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkChartXY Class Reference

vtkChartXY - Factory class for drawing XY charts More...

Inheritance diagram for Kitware.VTK.vtkChartXY:
[legend]
Collaboration diagram for Kitware.VTK.vtkChartXY:
[legend]

List of all members.

Public Member Functions

 vtkChartXY (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkChartXY ()
 Creates a 2D Chart object.
override vtkPlot AddPlot (int type)
 Add a plot to the chart, defaults to using the name of the y column.
override int AddPlot (vtkPlot plot)
 Adds a plot to the chart.
virtual void AutoAxesOff ()
 If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.
virtual void AutoAxesOn ()
 If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.
override void ClearPlots ()
 Remove all plots from the chart.
virtual void DrawAxesAtOriginOff ()
 If true then the axes will be drawn at the origin (scientific style).
virtual void DrawAxesAtOriginOn ()
 If true then the axes will be drawn at the origin (scientific style).
virtual void ForceAxesToBoundsOff ()
 Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.
virtual void ForceAxesToBoundsOn ()
 Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.
virtual bool GetAutoAxes ()
 If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.
override vtkAxis GetAxis (int axisIndex)
 Get the axis specified by axisIndex. This is specified with the vtkAxis position enum, valid values are vtkAxis::LEFT, vtkAxis::BOTTOM, vtkAxis::RIGHT and vtkAxis::TOP.
virtual float GetBarWidthFraction ()
 Set the width fraction for any bar charts drawn in this chart. It is assumed that all bar plots will use the same array for the X axis, and that this array is regularly spaced. The delta between the first two x values is used to calculated the width of the bars, and subdivided between each bar. The default value is 0.8, 1.0 would lead to bars that touch.
virtual bool GetDrawAxesAtOrigin ()
 If true then the axes will be drawn at the origin (scientific style).
virtual bool GetForceAxesToBounds ()
 Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.
virtual int GetHiddenAxisBorder ()
 Border size of the axes that are hidden (vtkAxis::GetVisible())
override vtkChartLegend GetLegend ()
 Get the vtkChartLegend object that will be displayed by the chart.
override int GetNumberOfAxes ()
 Get the number of axes in the current chart.
override int GetNumberOfPlots ()
 Get the number of plots the chart contains.
override vtkPlot GetPlot (int index)
 Get the plot at the specified index, returns null if the index is invalid.
int GetPlotCorner (vtkPlot plot)
 Figure out which quadrant the plot is in.
virtual vtkTooltipItem GetTooltip ()
 Get the vtkTooltipItem object that will be displayed by the chart.
override int IsA (string type)
 Undocumented Block.
new vtkChartXY NewInstance ()
 Undocumented Block.
override bool Paint (vtkContext2D painter)
 Paint event for the chart, called whenever the chart needs to be drawn.
override void RecalculateBounds ()
 Request that the chart recalculates the range of its axes. Especially useful in applications after the parameters of plots have been modified.
override bool RemovePlot (int index)
 Remove the plot at the specified index, returns true if successful, false if the index was invalid.
virtual void SetAutoAxes (bool _arg)
 If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.
virtual void SetBarWidthFraction (float _arg)
 Set the width fraction for any bar charts drawn in this chart. It is assumed that all bar plots will use the same array for the X axis, and that this array is regularly spaced. The delta between the first two x values is used to calculated the width of the bars, and subdivided between each bar. The default value is 0.8, 1.0 would lead to bars that touch.
virtual void SetDrawAxesAtOrigin (bool _arg)
 If true then the axes will be drawn at the origin (scientific style).
virtual void SetForceAxesToBounds (bool _arg)
 Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.
virtual void SetHiddenAxisBorder (int _arg)
 Border size of the axes that are hidden (vtkAxis::GetVisible())
void SetPlotCorner (vtkPlot plot, int corner)
 Figure out which quadrant the plot is in.
override void SetShowLegend (bool visible)
 Set whether the chart should draw a legend.
override void Update ()
 Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Static Public Member Functions

static new vtkChartXY New ()
 Creates a 2D Chart object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkChartXY SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkChartXY"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "10vtkChartXY"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkChartXY_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkChartXY_AddPlot_01 (HandleRef pThis, int type, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartXY_AddPlot_02 (HandleRef pThis, HandleRef plot)
static internal void vtkChartXY_AutoAxesOff_03 (HandleRef pThis)
static internal void vtkChartXY_AutoAxesOn_04 (HandleRef pThis)
static internal void vtkChartXY_ClearPlots_05 (HandleRef pThis)
static internal void vtkChartXY_DrawAxesAtOriginOff_06 (HandleRef pThis)
static internal void vtkChartXY_DrawAxesAtOriginOn_07 (HandleRef pThis)
static internal void vtkChartXY_ForceAxesToBoundsOff_08 (HandleRef pThis)
static internal void vtkChartXY_ForceAxesToBoundsOn_09 (HandleRef pThis)
static internal byte vtkChartXY_GetAutoAxes_10 (HandleRef pThis)
static internal IntPtr vtkChartXY_GetAxis_11 (HandleRef pThis, int axisIndex, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal float vtkChartXY_GetBarWidthFraction_12 (HandleRef pThis)
static internal byte vtkChartXY_GetDrawAxesAtOrigin_13 (HandleRef pThis)
static internal byte vtkChartXY_GetForceAxesToBounds_14 (HandleRef pThis)
static internal int vtkChartXY_GetHiddenAxisBorder_15 (HandleRef pThis)
static internal IntPtr vtkChartXY_GetLegend_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartXY_GetNumberOfAxes_17 (HandleRef pThis)
static internal int vtkChartXY_GetNumberOfPlots_18 (HandleRef pThis)
static internal IntPtr vtkChartXY_GetPlot_19 (HandleRef pThis, int index, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartXY_GetPlotCorner_20 (HandleRef pThis, HandleRef plot)
static internal IntPtr vtkChartXY_GetTooltip_21 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkChartXY_IsA_22 (HandleRef pThis, string type)
static internal int vtkChartXY_IsTypeOf_23 (string type)
static internal IntPtr vtkChartXY_NewInstance_25 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkChartXY_Paint_26 (HandleRef pThis, HandleRef painter)
static internal void vtkChartXY_RecalculateBounds_27 (HandleRef pThis)
static internal byte vtkChartXY_RemovePlot_28 (HandleRef pThis, int index)
static internal IntPtr vtkChartXY_SafeDownCast_29 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkChartXY_SetAutoAxes_30 (HandleRef pThis, byte _arg)
static internal void vtkChartXY_SetBarWidthFraction_31 (HandleRef pThis, float _arg)
static internal void vtkChartXY_SetDrawAxesAtOrigin_32 (HandleRef pThis, byte _arg)
static internal void vtkChartXY_SetForceAxesToBounds_33 (HandleRef pThis, byte _arg)
static internal void vtkChartXY_SetHiddenAxisBorder_34 (HandleRef pThis, int _arg)
static internal void vtkChartXY_SetPlotCorner_35 (HandleRef pThis, HandleRef plot, int corner)
static internal void vtkChartXY_SetShowLegend_36 (HandleRef pThis, byte visible)
static internal void vtkChartXY_Update_37 (HandleRef pThis)

Static Private Member Functions

static vtkChartXY ()
 Automatically generated type registration mechanics.

Detailed Description

vtkChartXY - Factory class for drawing XY charts

Description This class implements an XY chart.


Constructor & Destructor Documentation

static Kitware.VTK.vtkChartXY.vtkChartXY ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkChartXY.vtkChartXY ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Creates a 2D Chart object.


Member Function Documentation

override vtkPlot Kitware.VTK.vtkChartXY.AddPlot ( int  type) [virtual]

Add a plot to the chart, defaults to using the name of the y column.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

override int Kitware.VTK.vtkChartXY.AddPlot ( vtkPlot  plot) [virtual]

Adds a plot to the chart.

Reimplemented from Kitware.VTK.vtkChart.

virtual void Kitware.VTK.vtkChartXY.AutoAxesOff ( ) [virtual]

If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.

virtual void Kitware.VTK.vtkChartXY.AutoAxesOn ( ) [virtual]

If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.

override void Kitware.VTK.vtkChartXY.ClearPlots ( ) [virtual]

Remove all plots from the chart.

Reimplemented from Kitware.VTK.vtkChart.

override void Kitware.VTK.vtkChartXY.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

virtual void Kitware.VTK.vtkChartXY.DrawAxesAtOriginOff ( ) [virtual]

If true then the axes will be drawn at the origin (scientific style).

virtual void Kitware.VTK.vtkChartXY.DrawAxesAtOriginOn ( ) [virtual]

If true then the axes will be drawn at the origin (scientific style).

virtual void Kitware.VTK.vtkChartXY.ForceAxesToBoundsOff ( ) [virtual]

Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.

virtual void Kitware.VTK.vtkChartXY.ForceAxesToBoundsOn ( ) [virtual]

Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.

virtual bool Kitware.VTK.vtkChartXY.GetAutoAxes ( ) [virtual]

If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.

override vtkAxis Kitware.VTK.vtkChartXY.GetAxis ( int  axisIndex) [virtual]

Get the axis specified by axisIndex. This is specified with the vtkAxis position enum, valid values are vtkAxis::LEFT, vtkAxis::BOTTOM, vtkAxis::RIGHT and vtkAxis::TOP.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

virtual float Kitware.VTK.vtkChartXY.GetBarWidthFraction ( ) [virtual]

Set the width fraction for any bar charts drawn in this chart. It is assumed that all bar plots will use the same array for the X axis, and that this array is regularly spaced. The delta between the first two x values is used to calculated the width of the bars, and subdivided between each bar. The default value is 0.8, 1.0 would lead to bars that touch.

virtual bool Kitware.VTK.vtkChartXY.GetDrawAxesAtOrigin ( ) [virtual]

If true then the axes will be drawn at the origin (scientific style).

virtual bool Kitware.VTK.vtkChartXY.GetForceAxesToBounds ( ) [virtual]

Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.

virtual int Kitware.VTK.vtkChartXY.GetHiddenAxisBorder ( ) [virtual]

Border size of the axes that are hidden (vtkAxis::GetVisible())

Get the vtkChartLegend object that will be displayed by the chart.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

override int Kitware.VTK.vtkChartXY.GetNumberOfAxes ( ) [virtual]

Get the number of axes in the current chart.

Reimplemented from Kitware.VTK.vtkChart.

override int Kitware.VTK.vtkChartXY.GetNumberOfPlots ( ) [virtual]

Get the number of plots the chart contains.

Reimplemented from Kitware.VTK.vtkChart.

override vtkPlot Kitware.VTK.vtkChartXY.GetPlot ( int  index) [virtual]

Get the plot at the specified index, returns null if the index is invalid.

Reimplemented from Kitware.VTK.vtkChart.

Here is the call graph for this function:

Figure out which quadrant the plot is in.

Get the vtkTooltipItem object that will be displayed by the chart.

Here is the call graph for this function:

override int Kitware.VTK.vtkChartXY.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

static new int Kitware.VTK.vtkChartXY.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

static new vtkChartXY Kitware.VTK.vtkChartXY.New ( ) [static]

Creates a 2D Chart object.

Reimplemented from Kitware.VTK.vtkObject.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

override bool Kitware.VTK.vtkChartXY.Paint ( vtkContext2D  painter) [virtual]

Paint event for the chart, called whenever the chart needs to be drawn.

Reimplemented from Kitware.VTK.vtkChart.

override void Kitware.VTK.vtkChartXY.RecalculateBounds ( ) [virtual]

Request that the chart recalculates the range of its axes. Especially useful in applications after the parameters of plots have been modified.

Reimplemented from Kitware.VTK.vtkChart.

override bool Kitware.VTK.vtkChartXY.RemovePlot ( int  index) [virtual]

Remove the plot at the specified index, returns true if successful, false if the index was invalid.

Reimplemented from Kitware.VTK.vtkChart.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkChartXY.SetAutoAxes ( bool  _arg) [virtual]

If true then the axes will be turned on and off depending upon whether any plots are in that corner. Defaults to true.

virtual void Kitware.VTK.vtkChartXY.SetBarWidthFraction ( float  _arg) [virtual]

Set the width fraction for any bar charts drawn in this chart. It is assumed that all bar plots will use the same array for the X axis, and that this array is regularly spaced. The delta between the first two x values is used to calculated the width of the bars, and subdivided between each bar. The default value is 0.8, 1.0 would lead to bars that touch.

virtual void Kitware.VTK.vtkChartXY.SetDrawAxesAtOrigin ( bool  _arg) [virtual]

If true then the axes will be drawn at the origin (scientific style).

virtual void Kitware.VTK.vtkChartXY.SetForceAxesToBounds ( bool  _arg) [virtual]

Description Force the axes to have their Minimum and Maximum properties inside the plot boundaries. It constrains pan and zoom interaction. False by default.

virtual void Kitware.VTK.vtkChartXY.SetHiddenAxisBorder ( int  _arg) [virtual]

Border size of the axes that are hidden (vtkAxis::GetVisible())

void Kitware.VTK.vtkChartXY.SetPlotCorner ( vtkPlot  plot,
int  corner 
)

Figure out which quadrant the plot is in.

override void Kitware.VTK.vtkChartXY.SetShowLegend ( bool  visible) [virtual]

Set whether the chart should draw a legend.

Reimplemented from Kitware.VTK.vtkChart.

override void Kitware.VTK.vtkChartXY.Update ( ) [virtual]

Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.

Reimplemented from Kitware.VTK.vtkAbstractContextItem.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_AddPlot_01 ( HandleRef  pThis,
int  type,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_AddPlot_02 ( HandleRef  pThis,
HandleRef  plot 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_AutoAxesOff_03 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_AutoAxesOn_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_ClearPlots_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_DrawAxesAtOriginOff_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_DrawAxesAtOriginOn_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_ForceAxesToBoundsOff_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_ForceAxesToBoundsOn_09 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkChartXY.vtkChartXY_GetAutoAxes_10 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_GetAxis_11 ( HandleRef  pThis,
int  axisIndex,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal float Kitware.VTK.vtkChartXY.vtkChartXY_GetBarWidthFraction_12 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkChartXY.vtkChartXY_GetDrawAxesAtOrigin_13 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkChartXY.vtkChartXY_GetForceAxesToBounds_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_GetHiddenAxisBorder_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_GetLegend_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_GetNumberOfAxes_17 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_GetNumberOfPlots_18 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_GetPlot_19 ( HandleRef  pThis,
int  index,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_GetPlotCorner_20 ( HandleRef  pThis,
HandleRef  plot 
) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_GetTooltip_21 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_IsA_22 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkChartXY.vtkChartXY_IsTypeOf_23 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_NewInstance_25 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkChartXY.vtkChartXY_Paint_26 ( HandleRef  pThis,
HandleRef  painter 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_RecalculateBounds_27 ( HandleRef  pThis) [private]
static internal byte Kitware.VTK.vtkChartXY.vtkChartXY_RemovePlot_28 ( HandleRef  pThis,
int  index 
) [private]
static internal IntPtr Kitware.VTK.vtkChartXY.vtkChartXY_SafeDownCast_29 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetAutoAxes_30 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetBarWidthFraction_31 ( HandleRef  pThis,
float  _arg 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetDrawAxesAtOrigin_32 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetForceAxesToBounds_33 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetHiddenAxisBorder_34 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetPlotCorner_35 ( HandleRef  pThis,
HandleRef  plot,
int  corner 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_SetShowLegend_36 ( HandleRef  pThis,
byte  visible 
) [private]
static internal void Kitware.VTK.vtkChartXY.vtkChartXY_Update_37 ( HandleRef  pThis) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkChartXY.MRClassNameKey = "10vtkChartXY" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.

new const string Kitware.VTK.vtkChartXY.MRFullTypeName = "Kitware.VTK.vtkChartXY"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkChart.

Reimplemented in Kitware.VTK.vtkChartHistogram2D.


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