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

vtkXYPlotActor - generate an x-y plot from input dataset(s) or field data More...

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

List of all members.

Public Types

enum  Alignment {
  AlignAxisBottom = 8192, AlignAxisHCenter = 1024, AlignAxisLeft = 256, AlignAxisRight = 512,
  AlignAxisTop = 4096, AlignAxisVCenter = 16384, AlignBottom = 32, AlignHCenter = 4,
  AlignLeft = 1, AlignRight = 2, AlignTop = 16, AlignVCenter = 64
}
 If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true. More...

Public Member Functions

 vtkXYPlotActor (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkXYPlotActor ()
 Instantiate object with autorange computation; bold, italic, and shadows on; arial font family; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.
void AddDataObjectInput (vtkDataObject arg0)
 Add a dataset to the list of data to append.
void AddInput (vtkDataSet arg0, string arrayName, int component)
 Add a dataset to the list of data to append. The array name specifies which point array to plot. The array must be a vtkDataArray subclass, i.e. a numeric array. If the array name is NULL, then the default scalars are used. The array can have multiple components, but only the first component is ploted.
void AddInput (vtkDataSet arg0)
 Add a dataset to the list of data to append. The array name specifies which point array to plot. The array must be a vtkDataArray subclass, i.e. a numeric array. If the array name is NULL, then the default scalars are used. The array can have multiple components, but only the first component is ploted.
virtual void AdjustTitlePositionOff ()
 If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.
virtual void AdjustTitlePositionOn ()
 If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.
virtual void ChartBorderOff ()
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
virtual void ChartBorderOn ()
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
virtual void ChartBoxOff ()
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.
virtual void ChartBoxOn ()
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.
virtual void ExchangeAxesOff ()
 Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.
virtual void ExchangeAxesOn ()
 Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.
virtual int GetAdjustTitlePosition ()
 If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.
virtual int GetAdjustTitlePositionMode ()
 BTX enum Alignment { AlignLeft = 0x1, AlignRight = 0x2, AlignHCenter = 0x4, AlignTop = 0x10, AlignBottom = 0x20, AlignVCenter = 0x40, AlignAxisLeft = 0x100, AlignAxisRight = 0x200, AlignAxisHCenter = 0x400, AlignAxisTop = 0x1000, AlignAxisBottom = 0x2000, AlignAxisVCenter = 0x4000, }; ETX If AdjustTitlePosition is truem, the xyplot actor will adjust the position of the title automatically depending on the given mode, the mode is a combination of the Alignment flags. by default: vtkXYPlotActor::AlignHCenter | vtkXYPlotActor::Top | vtkXYPlotActor::AlignAxisVCenter.
virtual int GetAdjustXLabels ()
 Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.
virtual int GetAdjustYLabels ()
 Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.
virtual vtkTextProperty GetAxisLabelTextProperty ()
 Set/Get the labels text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.
virtual vtkTextProperty GetAxisTitleTextProperty ()
 Set/Get the title text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.
virtual int GetBorder ()
 Set/Get the spacing between the plot window and the plot. The value is specified in pixels.
virtual int GetBorderMaxValue ()
 Set/Get the spacing between the plot window and the plot. The value is specified in pixels.
virtual int GetBorderMinValue ()
 Set/Get the spacing between the plot window and the plot. The value is specified in pixels.
virtual int GetChartBorder ()
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
virtual int GetChartBox ()
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.
vtkProperty2D GetChartBoxProperty ()
 Get the box vtkProperty2D.
vtkDataObjectCollection GetDataObjectInputList ()
 Return the list of inputs to this filter.
virtual int GetDataObjectPlotMode ()
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
string GetDataObjectPlotModeAsString ()
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
virtual int GetDataObjectPlotModeMaxValue ()
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
virtual int GetDataObjectPlotModeMinValue ()
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
int GetDataObjectXComponent (int i)
 Specify which component of the input data object to use as the independent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectXComponent is the row number; otherwise it's the column number.
int GetDataObjectYComponent (int i)
 Specify which component of the input data object to use as the dependent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectYComponent is the row number; otherwise it's the column number.
virtual int GetExchangeAxes ()
 Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.
virtual double GetGlyphSize ()
 Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.
virtual double GetGlyphSizeMaxValue ()
 Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.
virtual double GetGlyphSizeMinValue ()
 Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.
virtual vtkGlyphSource2D GetGlyphSource ()
 Retrieve handles to the legend box and glyph source. This is useful if you would like to change the default behavior of the legend box or glyph source. For example, the default glyph can be changed from a line to a vertex plus line, etc.)
vtkDataSetCollection GetInputList ()
 Return the list of inputs to this filter.
string GetLabelFormat ()
 Set/Get the format with which to print the labels . This sets both X and Y label formats. GetLabelFormat() returns X label format.
virtual int GetLegend ()
 Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual vtkLegendBoxActor GetLegendActor ()
 Retrieve handles to the legend box and glyph source. This is useful if you would like to change the default behavior of the legend box or glyph source. For example, the default glyph can be changed from a line to a vertex plus line, etc.)
virtual double[] GetLegendPosition ()
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual void GetLegendPosition (ref double _arg1, ref double _arg2)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual void GetLegendPosition (IntPtr _arg)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual double[] GetLegendPosition2 ()
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual void GetLegendPosition2 (ref double _arg1, ref double _arg2)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual void GetLegendPosition2 (IntPtr _arg)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual int GetLogx ()
 Enable/Disable plotting of Log of x-values.
override uint GetMTime ()
 Take into account the modified time of internal helper classes.
virtual int GetNumberOfXLabels ()
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
virtual int GetNumberOfXLabelsMaxValue ()
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
virtual int GetNumberOfXLabelsMinValue ()
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
int GetNumberOfXMinorTicks ()
 Set/Get the number of minor ticks in X or Y.
virtual int GetNumberOfYLabels ()
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
virtual int GetNumberOfYLabelsMaxValue ()
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
virtual int GetNumberOfYLabelsMinValue ()
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
int GetNumberOfYMinorTicks ()
 Set/Get the number of minor ticks in X or Y.
double[] GetPlotColor (int i)
virtual double[] GetPlotCoordinate ()
 An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.
virtual void GetPlotCoordinate (ref double _arg1, ref double _arg2)
 An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.
virtual void GetPlotCoordinate (IntPtr _arg)
 An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.
virtual int GetPlotCurveLines ()
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual int GetPlotCurvePoints ()
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
string GetPlotLabel (int i)
int GetPlotLines (int i)
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual int GetPlotLines ()
 Set/Get whether the lines are rendered. The line width can be set in the property object.
int GetPlotPoints (int i)
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual int GetPlotPoints ()
 Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.
vtkPolyData GetPlotSymbol (int i)
int GetPointComponent (int i)
 If plotting points by value, which component to use to determine the value. This sets a value per each input dataset (i.e., the ith dataset).
virtual double GetReferenceXValue ()
 Description Set/Get the value for the X reference line.
virtual double GetReferenceYValue ()
 Description Set/Get the value for the Y reference line.
virtual int GetReverseXAxis ()
 Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.
virtual int GetReverseYAxis ()
 Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.
virtual int GetShowReferenceXLine ()
 Set/Get if the X reference line is visible. hidden by default.
virtual int GetShowReferenceYLine ()
 Set/Get if the Y reference line is visible. hidden by default.
virtual string GetTitle ()
 Set/Get the title of the x-y plot, and the title along the x and y axes.
virtual double[] GetTitlePosition ()
 Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.
virtual void GetTitlePosition (ref double _arg1, ref double _arg2)
 Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.
virtual void GetTitlePosition (IntPtr _arg)
 Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.
virtual vtkTextProperty GetTitleTextProperty ()
 Set/Get the title text property.
virtual double[] GetViewportCoordinate ()
 An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)
virtual void GetViewportCoordinate (ref double _arg1, ref double _arg2)
 An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)
virtual void GetViewportCoordinate (IntPtr _arg)
 An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)
vtkAxisActor2D GetXAxisActor2D ()
 Retrieve handles to the X and Y axis (so that you can set their text properties for example)
virtual string GetXLabelFormat ()
 Set/Get the format with which to print the X label.
virtual double[] GetXRange ()
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
virtual void GetXRange (IntPtr data)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
virtual string GetXTitle ()
 Set/Get the title of the x-y plot, and the title along the x and y axes.
double GetXTitlePosition ()
 Set/Get the position of the title of X or Y axis.
virtual int GetXValues ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
string GetXValuesAsString ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
virtual int GetXValuesMaxValue ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
virtual int GetXValuesMinValue ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
vtkAxisActor2D GetYAxisActor2D ()
 Retrieve handles to the X and Y axis (so that you can set their text properties for example)
virtual string GetYLabelFormat ()
 Set/Get the format with which to print the Y label.
virtual double[] GetYRange ()
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
virtual void GetYRange (IntPtr data)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
virtual string GetYTitle ()
 Set/Get the title of the x-y plot, and the title along the x and y axes.
double GetYTitlePosition ()
 Set/Get the position of the title of X or Y axis.
override int HasTranslucentPolygonalGeometry ()
 Write the XY Ploat Actor as a CSV (comma separated value) representation.
override int IsA (string type)
 Undocumented Block.
int IsInPlot (vtkViewport viewport, double u, double v)
 Is the specified viewport position within the plot area (as opposed to the region used by the plot plus the labels)?
virtual void LegendOff ()
 Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual void LegendOn ()
 Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual void LogxOff ()
 Enable/Disable plotting of Log of x-values.
virtual void LogxOn ()
 Enable/Disable plotting of Log of x-values.
new vtkXYPlotActor NewInstance ()
 Undocumented Block.
virtual void PlotCurveLinesOff ()
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void PlotCurveLinesOn ()
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void PlotCurvePointsOff ()
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void PlotCurvePointsOn ()
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void PlotLinesOff ()
 Set/Get whether the lines are rendered. The line width can be set in the property object.
virtual void PlotLinesOn ()
 Set/Get whether the lines are rendered. The line width can be set in the property object.
virtual void PlotPointsOff ()
 Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.
virtual void PlotPointsOn ()
 Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.
void PlotToViewportCoordinate (vtkViewport viewport, ref double u, ref double v)
 Given a plot coordinate, return the viewpoint position.
void PlotToViewportCoordinate (vtkViewport viewport)
 An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)
override void ReleaseGraphicsResources (vtkWindow arg0)
 Write the XY Ploat Actor as a CSV (comma separated value) representation.
void RemoveAllInputs ()
 This removes all of the data set inputs, but does not change the data object inputs.
void RemoveDataObjectInput (vtkDataObject arg0)
 Remove a dataset from the list of data to append.
void RemoveInput (vtkDataSet arg0, string arrayName, int component)
 Remove a dataset from the list of data to append.
void RemoveInput (vtkDataSet arg0)
 Remove a dataset from the list of data to append.
override int RenderOpaqueGeometry (vtkViewport arg0)
 Write the XY Ploat Actor as a CSV (comma separated value) representation.
override int RenderOverlay (vtkViewport arg0)
 Write the XY Ploat Actor as a CSV (comma separated value) representation.
override int RenderTranslucentPolygonalGeometry (vtkViewport arg0)
 Write the XY Ploat Actor as a CSV (comma separated value) representation.
virtual void ReverseXAxisOff ()
 Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.
virtual void ReverseXAxisOn ()
 Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.
virtual void ReverseYAxisOff ()
 Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.
virtual void ReverseYAxisOn ()
 Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.
virtual void SetAdjustTitlePosition (int _arg)
 If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.
virtual void SetAdjustTitlePositionMode (int _arg)
 BTX enum Alignment { AlignLeft = 0x1, AlignRight = 0x2, AlignHCenter = 0x4, AlignTop = 0x10, AlignBottom = 0x20, AlignVCenter = 0x40, AlignAxisLeft = 0x100, AlignAxisRight = 0x200, AlignAxisHCenter = 0x400, AlignAxisTop = 0x1000, AlignAxisBottom = 0x2000, AlignAxisVCenter = 0x4000, }; ETX If AdjustTitlePosition is truem, the xyplot actor will adjust the position of the title automatically depending on the given mode, the mode is a combination of the Alignment flags. by default: vtkXYPlotActor::AlignHCenter | vtkXYPlotActor::Top | vtkXYPlotActor::AlignAxisVCenter.
void SetAdjustXLabels (int adjust)
 Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.
void SetAdjustYLabels (int adjust)
 Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.
virtual void SetAxisLabelTextProperty (vtkTextProperty p)
 Set/Get the labels text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.
virtual void SetAxisTitleTextProperty (vtkTextProperty p)
 Set/Get the title text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.
virtual void SetBorder (int _arg)
 Set/Get the spacing between the plot window and the plot. The value is specified in pixels.
virtual void SetChartBorder (int _arg)
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.
virtual void SetChartBox (int _arg)
 Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.
virtual void SetDataObjectPlotMode (int _arg)
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
void SetDataObjectPlotModeToColumns ()
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
void SetDataObjectPlotModeToRows ()
 Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).
void SetDataObjectXComponent (int i, int comp)
 Specify which component of the input data object to use as the independent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectXComponent is the row number; otherwise it's the column number.
void SetDataObjectYComponent (int i, int comp)
 Specify which component of the input data object to use as the dependent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectYComponent is the row number; otherwise it's the column number.
virtual void SetExchangeAxes (int _arg)
 Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.
virtual void SetGlyphSize (double _arg)
 Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.
virtual void SetLabelFormat (string _arg)
 Set/Get the format with which to print the labels . This sets both X and Y label formats. GetLabelFormat() returns X label format.
virtual void SetLegend (int _arg)
 Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.
virtual void SetLegendPosition (double _arg1, double _arg2)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
void SetLegendPosition (IntPtr _arg)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual void SetLegendPosition2 (double _arg1, double _arg2)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
void SetLegendPosition2 (IntPtr _arg)
 Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.
virtual void SetLogx (int _arg)
 Enable/Disable plotting of Log of x-values.
void SetNumberOfLabels (int num)
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
virtual void SetNumberOfXLabels (int _arg)
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
void SetNumberOfXMinorTicks (int num)
 Set/Get the number of minor ticks in X or Y.
virtual void SetNumberOfYLabels (int _arg)
 Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.
void SetNumberOfYMinorTicks (int num)
 Set/Get the number of minor ticks in X or Y.
void SetPlotColor (int i, double r, double g, double b)
void SetPlotColor (int i, IntPtr color)
virtual void SetPlotCoordinate (double _arg1, double _arg2)
 An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.
void SetPlotCoordinate (IntPtr _arg)
 An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.
virtual void SetPlotCurveLines (int _arg)
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void SetPlotCurvePoints (int _arg)
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
void SetPlotLabel (int i, string label)
void SetPlotLines (int i, int arg1)
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void SetPlotLines (int _arg)
 Set/Get whether the lines are rendered. The line width can be set in the property object.
void SetPlotPoints (int i, int arg1)
 Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.
virtual void SetPlotPoints (int _arg)
 Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.
void SetPlotRange (double xmin, double ymin, double xmax, double ymax)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
void SetPlotSymbol (int i, vtkPolyData input)
void SetPointComponent (int i, int comp)
 If plotting points by value, which component to use to determine the value. This sets a value per each input dataset (i.e., the ith dataset).
virtual void SetReferenceXValue (double _arg)
 Description Set/Get the value for the X reference line.
virtual void SetReferenceYValue (double _arg)
 Description Set/Get the value for the Y reference line.
virtual void SetReverseXAxis (int _arg)
 Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.
virtual void SetReverseYAxis (int _arg)
 Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.
virtual void SetShowReferenceXLine (int _arg)
 Set/Get if the X reference line is visible. hidden by default.
virtual void SetShowReferenceYLine (int _arg)
 Set/Get if the Y reference line is visible. hidden by default.
virtual void SetTitle (string _arg)
 Set/Get the title of the x-y plot, and the title along the x and y axes.
virtual void SetTitlePosition (double _arg1, double _arg2)
 Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.
void SetTitlePosition (IntPtr _arg)
 Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.
virtual void SetTitleTextProperty (vtkTextProperty p)
 Set/Get the title text property.
virtual void SetViewportCoordinate (double _arg1, double _arg2)
 An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)
void SetViewportCoordinate (IntPtr _arg)
 An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)
virtual void SetXLabelFormat (string _arg)
 Set/Get the format with which to print the X label.
virtual void SetXRange (double _arg1, double _arg2)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
void SetXRange (IntPtr _arg)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
virtual void SetXTitle (string _arg)
 Set/Get the title of the x-y plot, and the title along the x and y axes.
void SetXTitlePosition (double position)
 Set/Get the position of the title of X or Y axis.
virtual void SetXValues (int _arg)
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
void SetXValuesToArcLength ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
void SetXValuesToIndex ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
void SetXValuesToNormalizedArcLength ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
void SetXValuesToValue ()
 Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)
virtual void SetYLabelFormat (string _arg)
 Set/Get the format with which to print the Y label.
virtual void SetYRange (double _arg1, double _arg2)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
void SetYRange (IntPtr _arg)
 Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).
virtual void SetYTitle (string _arg)
 Set/Get the title of the x-y plot, and the title along the x and y axes.
void SetYTitlePosition (double position)
 Set/Get the position of the title of X or Y axis.
virtual void ShowReferenceXLineOff ()
 Set/Get if the X reference line is visible. hidden by default.
virtual void ShowReferenceXLineOn ()
 Set/Get if the X reference line is visible. hidden by default.
virtual void ShowReferenceYLineOff ()
 Set/Get if the Y reference line is visible. hidden by default.
virtual void ShowReferenceYLineOn ()
 Set/Get if the Y reference line is visible. hidden by default.
void ViewportToPlotCoordinate (vtkViewport viewport, ref double u, ref double v)
 Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value)
void ViewportToPlotCoordinate (vtkViewport viewport)
 An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

Static Public Member Functions

static new vtkXYPlotActor New ()
 Instantiate object with autorange computation; bold, italic, and shadows on; arial font family; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkXYPlotActor SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

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

Static Public Attributes

static new readonly string MRClassNameKey = "14vtkXYPlotActor"
 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 vtkXYPlotActor_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXYPlotActor_AddDataObjectInput_01 (HandleRef pThis, HandleRef arg0)
static internal void vtkXYPlotActor_AddInput_02 (HandleRef pThis, HandleRef arg0, string arrayName, int component)
static internal void vtkXYPlotActor_AddInput_03 (HandleRef pThis, HandleRef arg0)
static internal void vtkXYPlotActor_AdjustTitlePositionOff_04 (HandleRef pThis)
static internal void vtkXYPlotActor_AdjustTitlePositionOn_05 (HandleRef pThis)
static internal void vtkXYPlotActor_ChartBorderOff_06 (HandleRef pThis)
static internal void vtkXYPlotActor_ChartBorderOn_07 (HandleRef pThis)
static internal void vtkXYPlotActor_ChartBoxOff_08 (HandleRef pThis)
static internal void vtkXYPlotActor_ChartBoxOn_09 (HandleRef pThis)
static internal void vtkXYPlotActor_ExchangeAxesOff_10 (HandleRef pThis)
static internal void vtkXYPlotActor_ExchangeAxesOn_11 (HandleRef pThis)
static internal int vtkXYPlotActor_GetAdjustTitlePosition_12 (HandleRef pThis)
static internal int vtkXYPlotActor_GetAdjustTitlePositionMode_13 (HandleRef pThis)
static internal int vtkXYPlotActor_GetAdjustXLabels_14 (HandleRef pThis)
static internal int vtkXYPlotActor_GetAdjustYLabels_15 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetAxisLabelTextProperty_16 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetAxisTitleTextProperty_17 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXYPlotActor_GetBorder_18 (HandleRef pThis)
static internal int vtkXYPlotActor_GetBorderMaxValue_19 (HandleRef pThis)
static internal int vtkXYPlotActor_GetBorderMinValue_20 (HandleRef pThis)
static internal int vtkXYPlotActor_GetChartBorder_21 (HandleRef pThis)
static internal int vtkXYPlotActor_GetChartBox_22 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetChartBoxProperty_23 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetDataObjectInputList_24 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXYPlotActor_GetDataObjectPlotMode_25 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetDataObjectPlotModeAsString_26 (HandleRef pThis)
static internal int vtkXYPlotActor_GetDataObjectPlotModeMaxValue_27 (HandleRef pThis)
static internal int vtkXYPlotActor_GetDataObjectPlotModeMinValue_28 (HandleRef pThis)
static internal int vtkXYPlotActor_GetDataObjectXComponent_29 (HandleRef pThis, int i)
static internal int vtkXYPlotActor_GetDataObjectYComponent_30 (HandleRef pThis, int i)
static internal int vtkXYPlotActor_GetExchangeAxes_31 (HandleRef pThis)
static internal double vtkXYPlotActor_GetGlyphSize_32 (HandleRef pThis)
static internal double vtkXYPlotActor_GetGlyphSizeMaxValue_33 (HandleRef pThis)
static internal double vtkXYPlotActor_GetGlyphSizeMinValue_34 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetGlyphSource_35 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetInputList_36 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetLabelFormat_37 (HandleRef pThis)
static internal int vtkXYPlotActor_GetLegend_38 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetLegendActor_39 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetLegendPosition_40 (HandleRef pThis)
static internal void vtkXYPlotActor_GetLegendPosition_41 (HandleRef pThis, ref double _arg1, ref double _arg2)
static internal void vtkXYPlotActor_GetLegendPosition_42 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkXYPlotActor_GetLegendPosition2_43 (HandleRef pThis)
static internal void vtkXYPlotActor_GetLegendPosition2_44 (HandleRef pThis, ref double _arg1, ref double _arg2)
static internal void vtkXYPlotActor_GetLegendPosition2_45 (HandleRef pThis, IntPtr _arg)
static internal int vtkXYPlotActor_GetLogx_46 (HandleRef pThis)
static internal uint vtkXYPlotActor_GetMTime_47 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfXLabels_48 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfXLabelsMaxValue_49 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfXLabelsMinValue_50 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfXMinorTicks_51 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfYLabels_52 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfYLabelsMaxValue_53 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfYLabelsMinValue_54 (HandleRef pThis)
static internal int vtkXYPlotActor_GetNumberOfYMinorTicks_55 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetPlotColor_56 (HandleRef pThis, int i)
static internal IntPtr vtkXYPlotActor_GetPlotCoordinate_57 (HandleRef pThis)
static internal void vtkXYPlotActor_GetPlotCoordinate_58 (HandleRef pThis, ref double _arg1, ref double _arg2)
static internal void vtkXYPlotActor_GetPlotCoordinate_59 (HandleRef pThis, IntPtr _arg)
static internal int vtkXYPlotActor_GetPlotCurveLines_60 (HandleRef pThis)
static internal int vtkXYPlotActor_GetPlotCurvePoints_61 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetPlotLabel_62 (HandleRef pThis, int i)
static internal int vtkXYPlotActor_GetPlotLines_63 (HandleRef pThis, int i)
static internal int vtkXYPlotActor_GetPlotLines_64 (HandleRef pThis)
static internal int vtkXYPlotActor_GetPlotPoints_65 (HandleRef pThis, int i)
static internal int vtkXYPlotActor_GetPlotPoints_66 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetPlotSymbol_67 (HandleRef pThis, int i, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkXYPlotActor_GetPointComponent_68 (HandleRef pThis, int i)
static internal double vtkXYPlotActor_GetReferenceXValue_69 (HandleRef pThis)
static internal double vtkXYPlotActor_GetReferenceYValue_70 (HandleRef pThis)
static internal int vtkXYPlotActor_GetReverseXAxis_71 (HandleRef pThis)
static internal int vtkXYPlotActor_GetReverseYAxis_72 (HandleRef pThis)
static internal int vtkXYPlotActor_GetShowReferenceXLine_73 (HandleRef pThis)
static internal int vtkXYPlotActor_GetShowReferenceYLine_74 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetTitle_75 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetTitlePosition_76 (HandleRef pThis)
static internal void vtkXYPlotActor_GetTitlePosition_77 (HandleRef pThis, ref double _arg1, ref double _arg2)
static internal void vtkXYPlotActor_GetTitlePosition_78 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkXYPlotActor_GetTitleTextProperty_79 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetViewportCoordinate_80 (HandleRef pThis)
static internal void vtkXYPlotActor_GetViewportCoordinate_81 (HandleRef pThis, ref double _arg1, ref double _arg2)
static internal void vtkXYPlotActor_GetViewportCoordinate_82 (HandleRef pThis, IntPtr _arg)
static internal IntPtr vtkXYPlotActor_GetXAxisActor2D_83 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetXLabelFormat_84 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetXRange_85 (HandleRef pThis)
static internal void vtkXYPlotActor_GetXRange_86 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkXYPlotActor_GetXTitle_87 (HandleRef pThis)
static internal double vtkXYPlotActor_GetXTitlePosition_88 (HandleRef pThis)
static internal int vtkXYPlotActor_GetXValues_89 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetXValuesAsString_90 (HandleRef pThis)
static internal int vtkXYPlotActor_GetXValuesMaxValue_91 (HandleRef pThis)
static internal int vtkXYPlotActor_GetXValuesMinValue_92 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetYAxisActor2D_93 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkXYPlotActor_GetYLabelFormat_94 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_GetYRange_95 (HandleRef pThis)
static internal void vtkXYPlotActor_GetYRange_96 (HandleRef pThis, IntPtr data)
static internal IntPtr vtkXYPlotActor_GetYTitle_97 (HandleRef pThis)
static internal double vtkXYPlotActor_GetYTitlePosition_98 (HandleRef pThis)
static internal int vtkXYPlotActor_HasTranslucentPolygonalGeometry_99 (HandleRef pThis)
static internal int vtkXYPlotActor_IsA_100 (HandleRef pThis, string type)
static internal int vtkXYPlotActor_IsInPlot_101 (HandleRef pThis, HandleRef viewport, double u, double v)
static internal int vtkXYPlotActor_IsTypeOf_102 (string type)
static internal void vtkXYPlotActor_LegendOff_103 (HandleRef pThis)
static internal void vtkXYPlotActor_LegendOn_104 (HandleRef pThis)
static internal void vtkXYPlotActor_LogxOff_105 (HandleRef pThis)
static internal void vtkXYPlotActor_LogxOn_106 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_NewInstance_108 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXYPlotActor_PlotCurveLinesOff_109 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotCurveLinesOn_110 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotCurvePointsOff_111 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotCurvePointsOn_112 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotLinesOff_113 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotLinesOn_114 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotPointsOff_115 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotPointsOn_116 (HandleRef pThis)
static internal void vtkXYPlotActor_PlotToViewportCoordinate_117 (HandleRef pThis, HandleRef viewport, ref double u, ref double v)
static internal void vtkXYPlotActor_PlotToViewportCoordinate_118 (HandleRef pThis, HandleRef viewport)
static internal void vtkXYPlotActor_ReleaseGraphicsResources_119 (HandleRef pThis, HandleRef arg0)
static internal void vtkXYPlotActor_RemoveAllInputs_120 (HandleRef pThis)
static internal void vtkXYPlotActor_RemoveDataObjectInput_121 (HandleRef pThis, HandleRef arg0)
static internal void vtkXYPlotActor_RemoveInput_122 (HandleRef pThis, HandleRef arg0, string arrayName, int component)
static internal void vtkXYPlotActor_RemoveInput_123 (HandleRef pThis, HandleRef arg0)
static internal int vtkXYPlotActor_RenderOpaqueGeometry_124 (HandleRef pThis, HandleRef arg0)
static internal int vtkXYPlotActor_RenderOverlay_125 (HandleRef pThis, HandleRef arg0)
static internal int vtkXYPlotActor_RenderTranslucentPolygonalGeometry_126 (HandleRef pThis, HandleRef arg0)
static internal void vtkXYPlotActor_ReverseXAxisOff_127 (HandleRef pThis)
static internal void vtkXYPlotActor_ReverseXAxisOn_128 (HandleRef pThis)
static internal void vtkXYPlotActor_ReverseYAxisOff_129 (HandleRef pThis)
static internal void vtkXYPlotActor_ReverseYAxisOn_130 (HandleRef pThis)
static internal IntPtr vtkXYPlotActor_SafeDownCast_131 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkXYPlotActor_SetAdjustTitlePosition_132 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetAdjustTitlePositionMode_133 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetAdjustXLabels_134 (HandleRef pThis, int adjust)
static internal void vtkXYPlotActor_SetAdjustYLabels_135 (HandleRef pThis, int adjust)
static internal void vtkXYPlotActor_SetAxisLabelTextProperty_136 (HandleRef pThis, HandleRef p)
static internal void vtkXYPlotActor_SetAxisTitleTextProperty_137 (HandleRef pThis, HandleRef p)
static internal void vtkXYPlotActor_SetBorder_138 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetChartBorder_139 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetChartBox_140 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetDataObjectPlotMode_141 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetDataObjectPlotModeToColumns_142 (HandleRef pThis)
static internal void vtkXYPlotActor_SetDataObjectPlotModeToRows_143 (HandleRef pThis)
static internal void vtkXYPlotActor_SetDataObjectXComponent_144 (HandleRef pThis, int i, int comp)
static internal void vtkXYPlotActor_SetDataObjectYComponent_145 (HandleRef pThis, int i, int comp)
static internal void vtkXYPlotActor_SetExchangeAxes_146 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetGlyphSize_147 (HandleRef pThis, double _arg)
static internal void vtkXYPlotActor_SetLabelFormat_148 (HandleRef pThis, string _arg)
static internal void vtkXYPlotActor_SetLegend_149 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetLegendPosition_150 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetLegendPosition_151 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetLegendPosition2_152 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetLegendPosition2_153 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetLogx_154 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetNumberOfLabels_155 (HandleRef pThis, int num)
static internal void vtkXYPlotActor_SetNumberOfXLabels_156 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetNumberOfXMinorTicks_157 (HandleRef pThis, int num)
static internal void vtkXYPlotActor_SetNumberOfYLabels_158 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetNumberOfYMinorTicks_159 (HandleRef pThis, int num)
static internal void vtkXYPlotActor_SetPlotColor_160 (HandleRef pThis, int i, double r, double g, double b)
static internal void vtkXYPlotActor_SetPlotColor_161 (HandleRef pThis, int i, IntPtr color)
static internal void vtkXYPlotActor_SetPlotCoordinate_162 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetPlotCoordinate_163 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetPlotCurveLines_164 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetPlotCurvePoints_165 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetPlotLabel_166 (HandleRef pThis, int i, string label)
static internal void vtkXYPlotActor_SetPlotLines_167 (HandleRef pThis, int i, int arg1)
static internal void vtkXYPlotActor_SetPlotLines_168 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetPlotPoints_169 (HandleRef pThis, int i, int arg1)
static internal void vtkXYPlotActor_SetPlotPoints_170 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetPlotRange_171 (HandleRef pThis, double xmin, double ymin, double xmax, double ymax)
static internal void vtkXYPlotActor_SetPlotSymbol_172 (HandleRef pThis, int i, HandleRef input)
static internal void vtkXYPlotActor_SetPointComponent_173 (HandleRef pThis, int i, int comp)
static internal void vtkXYPlotActor_SetReferenceXValue_174 (HandleRef pThis, double _arg)
static internal void vtkXYPlotActor_SetReferenceYValue_175 (HandleRef pThis, double _arg)
static internal void vtkXYPlotActor_SetReverseXAxis_176 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetReverseYAxis_177 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetShowReferenceXLine_178 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetShowReferenceYLine_179 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetTitle_180 (HandleRef pThis, string _arg)
static internal void vtkXYPlotActor_SetTitlePosition_181 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetTitlePosition_182 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetTitleTextProperty_183 (HandleRef pThis, HandleRef p)
static internal void vtkXYPlotActor_SetViewportCoordinate_184 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetViewportCoordinate_185 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetXLabelFormat_186 (HandleRef pThis, string _arg)
static internal void vtkXYPlotActor_SetXRange_187 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetXRange_188 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetXTitle_189 (HandleRef pThis, string _arg)
static internal void vtkXYPlotActor_SetXTitlePosition_190 (HandleRef pThis, double position)
static internal void vtkXYPlotActor_SetXValues_191 (HandleRef pThis, int _arg)
static internal void vtkXYPlotActor_SetXValuesToArcLength_192 (HandleRef pThis)
static internal void vtkXYPlotActor_SetXValuesToIndex_193 (HandleRef pThis)
static internal void vtkXYPlotActor_SetXValuesToNormalizedArcLength_194 (HandleRef pThis)
static internal void vtkXYPlotActor_SetXValuesToValue_195 (HandleRef pThis)
static internal void vtkXYPlotActor_SetYLabelFormat_196 (HandleRef pThis, string _arg)
static internal void vtkXYPlotActor_SetYRange_197 (HandleRef pThis, double _arg1, double _arg2)
static internal void vtkXYPlotActor_SetYRange_198 (HandleRef pThis, IntPtr _arg)
static internal void vtkXYPlotActor_SetYTitle_199 (HandleRef pThis, string _arg)
static internal void vtkXYPlotActor_SetYTitlePosition_200 (HandleRef pThis, double position)
static internal void vtkXYPlotActor_ShowReferenceXLineOff_201 (HandleRef pThis)
static internal void vtkXYPlotActor_ShowReferenceXLineOn_202 (HandleRef pThis)
static internal void vtkXYPlotActor_ShowReferenceYLineOff_203 (HandleRef pThis)
static internal void vtkXYPlotActor_ShowReferenceYLineOn_204 (HandleRef pThis)
static internal void vtkXYPlotActor_ViewportToPlotCoordinate_205 (HandleRef pThis, HandleRef viewport, ref double u, ref double v)
static internal void vtkXYPlotActor_ViewportToPlotCoordinate_206 (HandleRef pThis, HandleRef viewport)

Static Private Member Functions

static vtkXYPlotActor ()
 Automatically generated type registration mechanics.

Detailed Description

vtkXYPlotActor - generate an x-y plot from input dataset(s) or field data

Description vtkXYPlotActor creates an x-y plot of data from one or more input data sets or field data. The class plots dataset scalar values (y-axis) against the points (x-axis). The x-axis values are generated by taking the point ids, computing a cumulative arc length, or a normalized arc length. More than one input data set can be specified to generate multiple plots. Alternatively, if field data is supplied as input, the class plots one component against another. (The user must specify which component to use as the x-axis and which for the y-axis.)

To use this class to plot dataset(s), you must specify one or more input datasets containing scalar and point data. You'll probably also want to invoke a method to control how the point coordinates are converted into x values (by default point ids are used).

To use this class to plot field data, you must specify one or more input data objects with its associated field data. You'll also want to specify which component to use as the x-axis and which to use as the y-axis. Note that when plotting field data, the x and y values are used directly (i.e., there are no options to normalize the components).

Once you've set up the plot, you'll want to position it. The PositionCoordinate defines the lower-left location of the x-y plot (specified in normalized viewport coordinates) and the Position2Coordinate define the upper-right corner. (Note: the Position2Coordinate is relative to PositionCoordinate, so you can move the vtkXYPlotActor around the viewport by setting just the PositionCoordinate.) The combination of the two position coordinates specifies a rectangle in which the plot will lie.

Optional features include the ability to specify axes labels, label format and plot title. You can also manually specify the x and y plot ranges (by default they are computed automatically). The Border instance variable is used to create space between the boundary of the plot window (specified by PositionCoordinate and Position2Coordinate) and the plot itself.

The font property of the plot title can be modified through the TitleTextProperty attribute. The font property of the axes titles and labels can be modified through the AxisTitleTextProperty and AxisLabelTextProperty attributes. You may also use the GetXAxisActor2D or GetYAxisActor2D methods to access each individual axis actor to modify their font properties. In the same way, the GetLegendBoxActor method can be used to access the legend box actor to modify its font properties.

There are several advanced features as well. You can assign per curve properties (such as color and a plot symbol). (Note that each input dataset and/or data object creates a single curve.) Another option is to add a plot legend that graphically indicates the correspondance between the curve, curve symbols, and the data source. You can also exchange the x and y axes if you prefer you plot orientation that way.


Member Enumeration Documentation

If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.

Enumerator:
AlignAxisBottom 

enum member

AlignAxisHCenter 

enum member

AlignAxisLeft 

enum member

AlignAxisRight 

enum member

AlignAxisTop 

enum member

AlignAxisVCenter 

enum member

AlignBottom 

enum member

AlignHCenter 

enum member

AlignLeft 

enum member

AlignRight 

enum member

AlignTop 

enum member

AlignVCenter 

enum member


Constructor & Destructor Documentation

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

Automatically generated type registration mechanics.

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

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

Instantiate object with autorange computation; bold, italic, and shadows on; arial font family; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.


Member Function Documentation

Add a dataset to the list of data to append.

void Kitware.VTK.vtkXYPlotActor.AddInput ( vtkDataSet  arg0,
string  arrayName,
int  component 
)

Add a dataset to the list of data to append. The array name specifies which point array to plot. The array must be a vtkDataArray subclass, i.e. a numeric array. If the array name is NULL, then the default scalars are used. The array can have multiple components, but only the first component is ploted.

Add a dataset to the list of data to append. The array name specifies which point array to plot. The array must be a vtkDataArray subclass, i.e. a numeric array. If the array name is NULL, then the default scalars are used. The array can have multiple components, but only the first component is ploted.

If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.

If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.

virtual void Kitware.VTK.vtkXYPlotActor.ChartBorderOff ( ) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.

virtual void Kitware.VTK.vtkXYPlotActor.ChartBorderOn ( ) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.

virtual void Kitware.VTK.vtkXYPlotActor.ChartBoxOff ( ) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.

virtual void Kitware.VTK.vtkXYPlotActor.ChartBoxOn ( ) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.

override void Kitware.VTK.vtkXYPlotActor.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.vtkActor2D.

virtual void Kitware.VTK.vtkXYPlotActor.ExchangeAxesOff ( ) [virtual]

Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.

virtual void Kitware.VTK.vtkXYPlotActor.ExchangeAxesOn ( ) [virtual]

Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.

If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.

BTX enum Alignment { AlignLeft = 0x1, AlignRight = 0x2, AlignHCenter = 0x4, AlignTop = 0x10, AlignBottom = 0x20, AlignVCenter = 0x40, AlignAxisLeft = 0x100, AlignAxisRight = 0x200, AlignAxisHCenter = 0x400, AlignAxisTop = 0x1000, AlignAxisBottom = 0x2000, AlignAxisVCenter = 0x4000, }; ETX If AdjustTitlePosition is truem, the xyplot actor will adjust the position of the title automatically depending on the given mode, the mode is a combination of the Alignment flags. by default: vtkXYPlotActor::AlignHCenter | vtkXYPlotActor::Top | vtkXYPlotActor::AlignAxisVCenter.

Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.

Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.

Set/Get the labels text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.

Here is the call graph for this function:

Set/Get the title text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.

Here is the call graph for this function:

virtual int Kitware.VTK.vtkXYPlotActor.GetBorder ( ) [virtual]

Set/Get the spacing between the plot window and the plot. The value is specified in pixels.

Set/Get the spacing between the plot window and the plot. The value is specified in pixels.

Set/Get the spacing between the plot window and the plot. The value is specified in pixels.

virtual int Kitware.VTK.vtkXYPlotActor.GetChartBorder ( ) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.

virtual int Kitware.VTK.vtkXYPlotActor.GetChartBox ( ) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.

Get the box vtkProperty2D.

Here is the call graph for this function:

Return the list of inputs to this filter.

Here is the call graph for this function:

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Specify which component of the input data object to use as the independent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectXComponent is the row number; otherwise it's the column number.

Specify which component of the input data object to use as the dependent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectYComponent is the row number; otherwise it's the column number.

virtual int Kitware.VTK.vtkXYPlotActor.GetExchangeAxes ( ) [virtual]

Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.

virtual double Kitware.VTK.vtkXYPlotActor.GetGlyphSize ( ) [virtual]

Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.

Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.

Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.

Retrieve handles to the legend box and glyph source. This is useful if you would like to change the default behavior of the legend box or glyph source. For example, the default glyph can be changed from a line to a vertex plus line, etc.)

Here is the call graph for this function:

Return the list of inputs to this filter.

Here is the call graph for this function:

Set/Get the format with which to print the labels . This sets both X and Y label formats. GetLabelFormat() returns X label format.

virtual int Kitware.VTK.vtkXYPlotActor.GetLegend ( ) [virtual]

Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.

Retrieve handles to the legend box and glyph source. This is useful if you would like to change the default behavior of the legend box or glyph source. For example, the default glyph can be changed from a line to a vertex plus line, etc.)

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkXYPlotActor.GetLegendPosition ( ) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual void Kitware.VTK.vtkXYPlotActor.GetLegendPosition ( ref double  _arg1,
ref double  _arg2 
) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual void Kitware.VTK.vtkXYPlotActor.GetLegendPosition ( IntPtr  _arg) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual double [] Kitware.VTK.vtkXYPlotActor.GetLegendPosition2 ( ) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual void Kitware.VTK.vtkXYPlotActor.GetLegendPosition2 ( ref double  _arg1,
ref double  _arg2 
) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual void Kitware.VTK.vtkXYPlotActor.GetLegendPosition2 ( IntPtr  _arg) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual int Kitware.VTK.vtkXYPlotActor.GetLogx ( ) [virtual]

Enable/Disable plotting of Log of x-values.

override uint Kitware.VTK.vtkXYPlotActor.GetMTime ( ) [virtual]

Take into account the modified time of internal helper classes.

Reimplemented from Kitware.VTK.vtkActor2D.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of minor ticks in X or Y.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of minor ticks in X or Y.

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

virtual double [] Kitware.VTK.vtkXYPlotActor.GetPlotCoordinate ( ) [virtual]

An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

virtual void Kitware.VTK.vtkXYPlotActor.GetPlotCoordinate ( ref double  _arg1,
ref double  _arg2 
) [virtual]

An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

virtual void Kitware.VTK.vtkXYPlotActor.GetPlotCoordinate ( IntPtr  _arg) [virtual]

An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual int Kitware.VTK.vtkXYPlotActor.GetPlotLines ( ) [virtual]

Set/Get whether the lines are rendered. The line width can be set in the property object.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual int Kitware.VTK.vtkXYPlotActor.GetPlotPoints ( ) [virtual]

Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

Here is the call graph for this function:

If plotting points by value, which component to use to determine the value. This sets a value per each input dataset (i.e., the ith dataset).

virtual double Kitware.VTK.vtkXYPlotActor.GetReferenceXValue ( ) [virtual]

Description Set/Get the value for the X reference line.

virtual double Kitware.VTK.vtkXYPlotActor.GetReferenceYValue ( ) [virtual]

Description Set/Get the value for the Y reference line.

virtual int Kitware.VTK.vtkXYPlotActor.GetReverseXAxis ( ) [virtual]

Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.

virtual int Kitware.VTK.vtkXYPlotActor.GetReverseYAxis ( ) [virtual]

Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.

Set/Get if the X reference line is visible. hidden by default.

Set/Get if the Y reference line is visible. hidden by default.

virtual string Kitware.VTK.vtkXYPlotActor.GetTitle ( ) [virtual]

Set/Get the title of the x-y plot, and the title along the x and y axes.

virtual double [] Kitware.VTK.vtkXYPlotActor.GetTitlePosition ( ) [virtual]

Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.

virtual void Kitware.VTK.vtkXYPlotActor.GetTitlePosition ( ref double  _arg1,
ref double  _arg2 
) [virtual]

Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.

virtual void Kitware.VTK.vtkXYPlotActor.GetTitlePosition ( IntPtr  _arg) [virtual]

Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.

Set/Get the title text property.

Here is the call graph for this function:

virtual double [] Kitware.VTK.vtkXYPlotActor.GetViewportCoordinate ( ) [virtual]

An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)

virtual void Kitware.VTK.vtkXYPlotActor.GetViewportCoordinate ( ref double  _arg1,
ref double  _arg2 
) [virtual]

An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)

virtual void Kitware.VTK.vtkXYPlotActor.GetViewportCoordinate ( IntPtr  _arg) [virtual]

An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)

Retrieve handles to the X and Y axis (so that you can set their text properties for example)

Here is the call graph for this function:

virtual string Kitware.VTK.vtkXYPlotActor.GetXLabelFormat ( ) [virtual]

Set/Get the format with which to print the X label.

virtual double [] Kitware.VTK.vtkXYPlotActor.GetXRange ( ) [virtual]

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

virtual void Kitware.VTK.vtkXYPlotActor.GetXRange ( IntPtr  data) [virtual]

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

virtual string Kitware.VTK.vtkXYPlotActor.GetXTitle ( ) [virtual]

Set/Get the title of the x-y plot, and the title along the x and y axes.

Set/Get the position of the title of X or Y axis.

virtual int Kitware.VTK.vtkXYPlotActor.GetXValues ( ) [virtual]

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Retrieve handles to the X and Y axis (so that you can set their text properties for example)

Here is the call graph for this function:

virtual string Kitware.VTK.vtkXYPlotActor.GetYLabelFormat ( ) [virtual]

Set/Get the format with which to print the Y label.

virtual double [] Kitware.VTK.vtkXYPlotActor.GetYRange ( ) [virtual]

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

virtual void Kitware.VTK.vtkXYPlotActor.GetYRange ( IntPtr  data) [virtual]

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

virtual string Kitware.VTK.vtkXYPlotActor.GetYTitle ( ) [virtual]

Set/Get the title of the x-y plot, and the title along the x and y axes.

Set/Get the position of the title of X or Y axis.

Write the XY Ploat Actor as a CSV (comma separated value) representation.

Reimplemented from Kitware.VTK.vtkActor2D.

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

int Kitware.VTK.vtkXYPlotActor.IsInPlot ( vtkViewport  viewport,
double  u,
double  v 
)

Is the specified viewport position within the plot area (as opposed to the region used by the plot plus the labels)?

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

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

virtual void Kitware.VTK.vtkXYPlotActor.LegendOff ( ) [virtual]

Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.

virtual void Kitware.VTK.vtkXYPlotActor.LegendOn ( ) [virtual]

Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.

virtual void Kitware.VTK.vtkXYPlotActor.LogxOff ( ) [virtual]

Enable/Disable plotting of Log of x-values.

virtual void Kitware.VTK.vtkXYPlotActor.LogxOn ( ) [virtual]

Enable/Disable plotting of Log of x-values.

Instantiate object with autorange computation; bold, italic, and shadows on; arial font family; the number of labels set to 5 for the x and y axes; a label format of "%-#6.3g"; and x coordinates computed from point ids.

Reimplemented from Kitware.VTK.vtkActor2D.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual void Kitware.VTK.vtkXYPlotActor.PlotCurveLinesOn ( ) [virtual]

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual void Kitware.VTK.vtkXYPlotActor.PlotLinesOff ( ) [virtual]

Set/Get whether the lines are rendered. The line width can be set in the property object.

virtual void Kitware.VTK.vtkXYPlotActor.PlotLinesOn ( ) [virtual]

Set/Get whether the lines are rendered. The line width can be set in the property object.

virtual void Kitware.VTK.vtkXYPlotActor.PlotPointsOff ( ) [virtual]

Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.

virtual void Kitware.VTK.vtkXYPlotActor.PlotPointsOn ( ) [virtual]

Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.

void Kitware.VTK.vtkXYPlotActor.PlotToViewportCoordinate ( vtkViewport  viewport,
ref double  u,
ref double  v 
)

Given a plot coordinate, return the viewpoint position.

An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)

Write the XY Ploat Actor as a CSV (comma separated value) representation.

Reimplemented from Kitware.VTK.vtkActor2D.

This removes all of the data set inputs, but does not change the data object inputs.

Remove a dataset from the list of data to append.

void Kitware.VTK.vtkXYPlotActor.RemoveInput ( vtkDataSet  arg0,
string  arrayName,
int  component 
)

Remove a dataset from the list of data to append.

Remove a dataset from the list of data to append.

Write the XY Ploat Actor as a CSV (comma separated value) representation.

Reimplemented from Kitware.VTK.vtkActor2D.

override int Kitware.VTK.vtkXYPlotActor.RenderOverlay ( vtkViewport  arg0) [virtual]

Write the XY Ploat Actor as a CSV (comma separated value) representation.

Reimplemented from Kitware.VTK.vtkActor2D.

Write the XY Ploat Actor as a CSV (comma separated value) representation.

Reimplemented from Kitware.VTK.vtkActor2D.

virtual void Kitware.VTK.vtkXYPlotActor.ReverseXAxisOff ( ) [virtual]

Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.

virtual void Kitware.VTK.vtkXYPlotActor.ReverseXAxisOn ( ) [virtual]

Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.

virtual void Kitware.VTK.vtkXYPlotActor.ReverseYAxisOff ( ) [virtual]

Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.

virtual void Kitware.VTK.vtkXYPlotActor.ReverseYAxisOn ( ) [virtual]

Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkActor2D.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkXYPlotActor.SetAdjustTitlePosition ( int  _arg) [virtual]

If true, the xyplot actor will adjust the position of the title automatically to be upper-middle. Default is true.

virtual void Kitware.VTK.vtkXYPlotActor.SetAdjustTitlePositionMode ( int  _arg) [virtual]

BTX enum Alignment { AlignLeft = 0x1, AlignRight = 0x2, AlignHCenter = 0x4, AlignTop = 0x10, AlignBottom = 0x20, AlignVCenter = 0x40, AlignAxisLeft = 0x100, AlignAxisRight = 0x200, AlignAxisHCenter = 0x400, AlignAxisTop = 0x1000, AlignAxisBottom = 0x2000, AlignAxisVCenter = 0x4000, }; ETX If AdjustTitlePosition is truem, the xyplot actor will adjust the position of the title automatically depending on the given mode, the mode is a combination of the Alignment flags. by default: vtkXYPlotActor::AlignHCenter | vtkXYPlotActor::Top | vtkXYPlotActor::AlignAxisVCenter.

Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.

Set/Get the flag that controls whether the labels and ticks are adjusted for "nice" numerical values to make it easier to read the labels. The adjustment is based in the Range instance variable. Call GetAdjustedRange and GetAdjustedNumberOfLabels to get the adjusted range and number of labels.

Set/Get the labels text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.

Set/Get the title text property of all axes. Note that each axis can be controlled individually through the GetX/YAxisActor2D() methods.

virtual void Kitware.VTK.vtkXYPlotActor.SetBorder ( int  _arg) [virtual]

Set/Get the spacing between the plot window and the plot. The value is specified in pixels.

virtual void Kitware.VTK.vtkXYPlotActor.SetChartBorder ( int  _arg) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the legend box.

virtual void Kitware.VTK.vtkXYPlotActor.SetChartBox ( int  _arg) [virtual]

Set/Get the flag that controls whether a box will be drawn/filled corresponding to the chart box.

virtual void Kitware.VTK.vtkXYPlotActor.SetDataObjectPlotMode ( int  _arg) [virtual]

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Indicate whether to plot rows or columns. If plotting rows, then the dependent variables is taken from a specified row, versus rows (y).

Specify which component of the input data object to use as the independent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectXComponent is the row number; otherwise it's the column number.

Specify which component of the input data object to use as the dependent variable for the ith input data object. (This ivar is ignored if plotting the index.) Note that the value is interpreted differently depending on DataObjectPlotMode. If the mode is Rows, then the value of DataObjectYComponent is the row number; otherwise it's the column number.

virtual void Kitware.VTK.vtkXYPlotActor.SetExchangeAxes ( int  _arg) [virtual]

Enable/Disable exchange of the x-y axes (i.e., what was x becomes y, and vice-versa). Exchanging axes affects the labeling as well.

virtual void Kitware.VTK.vtkXYPlotActor.SetGlyphSize ( double  _arg) [virtual]

Set/Get the factor that controls how big glyphs are in the plot. The number is expressed as a fraction of the length of the diagonal of the plot bounding box.

virtual void Kitware.VTK.vtkXYPlotActor.SetLabelFormat ( string  _arg) [virtual]

Set/Get the format with which to print the labels . This sets both X and Y label formats. GetLabelFormat() returns X label format.

virtual void Kitware.VTK.vtkXYPlotActor.SetLegend ( int  _arg) [virtual]

Enable/Disable the creation of a legend. If on, the legend labels will be created automatically unless the per plot legend symbol has been set.

virtual void Kitware.VTK.vtkXYPlotActor.SetLegendPosition ( double  _arg1,
double  _arg2 
) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual void Kitware.VTK.vtkXYPlotActor.SetLegendPosition2 ( double  _arg1,
double  _arg2 
) [virtual]

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

Use these methods to control the position of the legend. The variables LegendPosition and LegendPosition2 define the lower-left and upper-right position of the legend. The coordinates are expressed as normalized values with respect to the rectangle defined by PositionCoordinate and Position2Coordinate. Note that LegendPosition2 is relative to LegendPosition.

virtual void Kitware.VTK.vtkXYPlotActor.SetLogx ( int  _arg) [virtual]

Enable/Disable plotting of Log of x-values.

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

virtual void Kitware.VTK.vtkXYPlotActor.SetNumberOfXLabels ( int  _arg) [virtual]

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of minor ticks in X or Y.

virtual void Kitware.VTK.vtkXYPlotActor.SetNumberOfYLabels ( int  _arg) [virtual]

Set/Get the number of annotation labels to show along the x and y axes. This values is a suggestion: the number of labels may vary depending on the particulars of the data. The convenience method SetNumberOfLables() sets the number of x and y labels to the same value.

Set/Get the number of minor ticks in X or Y.

void Kitware.VTK.vtkXYPlotActor.SetPlotColor ( int  i,
double  r,
double  g,
double  b 
)

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

void Kitware.VTK.vtkXYPlotActor.SetPlotColor ( int  i,
IntPtr  color 
)

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

virtual void Kitware.VTK.vtkXYPlotActor.SetPlotCoordinate ( double  _arg1,
double  _arg2 
) [virtual]

An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

virtual void Kitware.VTK.vtkXYPlotActor.SetPlotCurveLines ( int  _arg) [virtual]

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual void Kitware.VTK.vtkXYPlotActor.SetPlotCurvePoints ( int  _arg) [virtual]

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

void Kitware.VTK.vtkXYPlotActor.SetPlotLabel ( int  i,
string  label 
)

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

void Kitware.VTK.vtkXYPlotActor.SetPlotLines ( int  i,
int  arg1 
)

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual void Kitware.VTK.vtkXYPlotActor.SetPlotLines ( int  _arg) [virtual]

Set/Get whether the lines are rendered. The line width can be set in the property object.

void Kitware.VTK.vtkXYPlotActor.SetPlotPoints ( int  i,
int  arg1 
)

Allow per-curve specification of line and point rendering. These override global settings PlotPoints and PlotLines. If not on, the default behavior is governed by PlotPoints and PlotLines ivars.

virtual void Kitware.VTK.vtkXYPlotActor.SetPlotPoints ( int  _arg) [virtual]

Set/Get whether the points are rendered. The point size can be set in the property object. This is a global flag which affects the plot only if per curve symbols are not defined.

void Kitware.VTK.vtkXYPlotActor.SetPlotRange ( double  xmin,
double  ymin,
double  xmax,
double  ymax 
)

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

---Per Curve Properties--------------------------------------------------- The following methods are used to set properties on each curve that is plotted. Each input dataset (or data object) results in one curve. The methods that follow have an index i that corresponds to the input dataset or data object.

void Kitware.VTK.vtkXYPlotActor.SetPointComponent ( int  i,
int  comp 
)

If plotting points by value, which component to use to determine the value. This sets a value per each input dataset (i.e., the ith dataset).

virtual void Kitware.VTK.vtkXYPlotActor.SetReferenceXValue ( double  _arg) [virtual]

Description Set/Get the value for the X reference line.

virtual void Kitware.VTK.vtkXYPlotActor.SetReferenceYValue ( double  _arg) [virtual]

Description Set/Get the value for the Y reference line.

virtual void Kitware.VTK.vtkXYPlotActor.SetReverseXAxis ( int  _arg) [virtual]

Normally the x-axis is plotted from minimum to maximum. Setting this instance variable causes the x-axis to be plotted from maximum to minimum. Note that boolean always applies to the x-axis even if ExchangeAxes is set.

virtual void Kitware.VTK.vtkXYPlotActor.SetReverseYAxis ( int  _arg) [virtual]

Normally the y-axis is plotted from minimum to maximum. Setting this instance variable causes the y-axis to be plotted from maximum to minimum. Note that boolean always applies to the y-axis even if ExchangeAxes is set.

virtual void Kitware.VTK.vtkXYPlotActor.SetShowReferenceXLine ( int  _arg) [virtual]

Set/Get if the X reference line is visible. hidden by default.

virtual void Kitware.VTK.vtkXYPlotActor.SetShowReferenceYLine ( int  _arg) [virtual]

Set/Get if the Y reference line is visible. hidden by default.

virtual void Kitware.VTK.vtkXYPlotActor.SetTitle ( string  _arg) [virtual]

Set/Get the title of the x-y plot, and the title along the x and y axes.

virtual void Kitware.VTK.vtkXYPlotActor.SetTitlePosition ( double  _arg1,
double  _arg2 
) [virtual]

Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.

Set/Get the position of the title. This has no effect if AdjustTitlePosition is true.

Set/Get the title text property.

virtual void Kitware.VTK.vtkXYPlotActor.SetViewportCoordinate ( double  _arg1,
double  _arg2 
) [virtual]

An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)

An alternate form of PlotToViewportCoordinate() above. This method inputs the plot coordinate pair (defined in the ivar PlotCoordinate) and then stores them in the ivar ViewportCoordinate. (This method can be wrapped.)

virtual void Kitware.VTK.vtkXYPlotActor.SetXLabelFormat ( string  _arg) [virtual]

Set/Get the format with which to print the X label.

virtual void Kitware.VTK.vtkXYPlotActor.SetXRange ( double  _arg1,
double  _arg2 
) [virtual]

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

void Kitware.VTK.vtkXYPlotActor.SetXRange ( IntPtr  _arg)

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

virtual void Kitware.VTK.vtkXYPlotActor.SetXTitle ( string  _arg) [virtual]

Set/Get the title of the x-y plot, and the title along the x and y axes.

Set/Get the position of the title of X or Y axis.

virtual void Kitware.VTK.vtkXYPlotActor.SetXValues ( int  _arg) [virtual]

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

Specify how the independent (x) variable is computed from the points. The independent variable can be the scalar/point index (i.e., point id), the accumulated arc length along the points, the normalized arc length, or by component value. If plotting datasets (e.g., points), the value that is used is specified by the PointComponent ivar. (Note: these methods also control how field data is plotted. Field data is usually plotted by value or index, if plotting length 1-dimensional length measures are used.)

virtual void Kitware.VTK.vtkXYPlotActor.SetYLabelFormat ( string  _arg) [virtual]

Set/Get the format with which to print the Y label.

virtual void Kitware.VTK.vtkXYPlotActor.SetYRange ( double  _arg1,
double  _arg2 
) [virtual]

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

void Kitware.VTK.vtkXYPlotActor.SetYRange ( IntPtr  _arg)

Set the plot range (range of independent and dependent variables) to plot. Data outside of the range will be clipped. If the plot range of either the x or y variables is set to (v1,v2), where v1 == v2, then the range will be computed automatically. Note that the x-range values should be consistent with the way the independent variable is created (via INDEX, DISTANCE, or ARC_LENGTH).

virtual void Kitware.VTK.vtkXYPlotActor.SetYTitle ( string  _arg) [virtual]

Set/Get the title of the x-y plot, and the title along the x and y axes.

Set/Get the position of the title of X or Y axis.

Set/Get if the X reference line is visible. hidden by default.

Set/Get if the X reference line is visible. hidden by default.

Set/Get if the Y reference line is visible. hidden by default.

Set/Get if the Y reference line is visible. hidden by default.

void Kitware.VTK.vtkXYPlotActor.ViewportToPlotCoordinate ( vtkViewport  viewport,
ref double  u,
ref double  v 
)

Given a position within the viewport used by the plot, return the the plot coordinates (XAxis value, YAxis value)

An alternate form of ViewportToPlotCoordinate() above. This method inputs the viewport coordinate pair (defined by the ivar ViewportCoordinate)and then stores them in the ivar PlotCoordinate.

static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_AddDataObjectInput_01 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_AddInput_02 ( HandleRef  pThis,
HandleRef  arg0,
string  arrayName,
int  component 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_AddInput_03 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_AdjustTitlePositionOff_04 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_AdjustTitlePositionOn_05 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ChartBorderOff_06 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ChartBorderOn_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ChartBoxOff_08 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ChartBoxOn_09 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ExchangeAxesOff_10 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ExchangeAxesOn_11 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetAdjustTitlePosition_12 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetAdjustTitlePositionMode_13 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetAdjustXLabels_14 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetAdjustYLabels_15 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetAxisLabelTextProperty_16 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetAxisTitleTextProperty_17 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetBorder_18 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetBorderMaxValue_19 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetBorderMinValue_20 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetChartBorder_21 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetChartBox_22 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetChartBoxProperty_23 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectInputList_24 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectPlotMode_25 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectPlotModeAsString_26 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectPlotModeMaxValue_27 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectPlotModeMinValue_28 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectXComponent_29 ( HandleRef  pThis,
int  i 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetDataObjectYComponent_30 ( HandleRef  pThis,
int  i 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetExchangeAxes_31 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetGlyphSize_32 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetGlyphSizeMaxValue_33 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetGlyphSizeMinValue_34 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetGlyphSource_35 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetInputList_36 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLabelFormat_37 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegend_38 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendActor_39 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendPosition2_43 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendPosition2_44 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendPosition2_45 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendPosition_40 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendPosition_41 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLegendPosition_42 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetLogx_46 ( HandleRef  pThis) [private]
static internal uint Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetMTime_47 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfXLabels_48 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfXLabelsMaxValue_49 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfXLabelsMinValue_50 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfXMinorTicks_51 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfYLabels_52 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfYLabelsMaxValue_53 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfYLabelsMinValue_54 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetNumberOfYMinorTicks_55 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotColor_56 ( HandleRef  pThis,
int  i 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotCoordinate_57 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotCoordinate_58 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotCoordinate_59 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotCurveLines_60 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotCurvePoints_61 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotLabel_62 ( HandleRef  pThis,
int  i 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotLines_63 ( HandleRef  pThis,
int  i 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotLines_64 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotPoints_65 ( HandleRef  pThis,
int  i 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotPoints_66 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPlotSymbol_67 ( HandleRef  pThis,
int  i,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetPointComponent_68 ( HandleRef  pThis,
int  i 
) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetReferenceXValue_69 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetReferenceYValue_70 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetReverseXAxis_71 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetReverseYAxis_72 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetShowReferenceXLine_73 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetShowReferenceYLine_74 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetTitle_75 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetTitlePosition_76 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetTitlePosition_77 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetTitlePosition_78 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetTitleTextProperty_79 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetViewportCoordinate_80 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetViewportCoordinate_81 ( HandleRef  pThis,
ref double  _arg1,
ref double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetViewportCoordinate_82 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXAxisActor2D_83 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXLabelFormat_84 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXRange_85 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXRange_86 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXTitle_87 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXTitlePosition_88 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXValues_89 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXValuesAsString_90 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXValuesMaxValue_91 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetXValuesMinValue_92 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetYAxisActor2D_93 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetYLabelFormat_94 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetYRange_95 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetYRange_96 ( HandleRef  pThis,
IntPtr  data 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetYTitle_97 ( HandleRef  pThis) [private]
static internal double Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_GetYTitlePosition_98 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_HasTranslucentPolygonalGeometry_99 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_IsA_100 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_IsInPlot_101 ( HandleRef  pThis,
HandleRef  viewport,
double  u,
double  v 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_IsTypeOf_102 ( string  type) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_LegendOff_103 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_LegendOn_104 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_LogxOff_105 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_LogxOn_106 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_NewInstance_108 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotCurveLinesOff_109 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotCurveLinesOn_110 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotCurvePointsOff_111 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotCurvePointsOn_112 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotLinesOff_113 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotLinesOn_114 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotPointsOff_115 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotPointsOn_116 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotToViewportCoordinate_117 ( HandleRef  pThis,
HandleRef  viewport,
ref double  u,
ref double  v 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_PlotToViewportCoordinate_118 ( HandleRef  pThis,
HandleRef  viewport 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ReleaseGraphicsResources_119 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RemoveAllInputs_120 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RemoveDataObjectInput_121 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RemoveInput_122 ( HandleRef  pThis,
HandleRef  arg0,
string  arrayName,
int  component 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RemoveInput_123 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RenderOpaqueGeometry_124 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RenderOverlay_125 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal int Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_RenderTranslucentPolygonalGeometry_126 ( HandleRef  pThis,
HandleRef  arg0 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ReverseXAxisOff_127 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ReverseXAxisOn_128 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ReverseYAxisOff_129 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ReverseYAxisOn_130 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SafeDownCast_131 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetAdjustTitlePosition_132 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetAdjustTitlePositionMode_133 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetAdjustXLabels_134 ( HandleRef  pThis,
int  adjust 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetAdjustYLabels_135 ( HandleRef  pThis,
int  adjust 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetAxisLabelTextProperty_136 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetAxisTitleTextProperty_137 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetBorder_138 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetChartBorder_139 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetChartBox_140 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetDataObjectPlotMode_141 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetDataObjectPlotModeToColumns_142 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetDataObjectPlotModeToRows_143 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetDataObjectXComponent_144 ( HandleRef  pThis,
int  i,
int  comp 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetDataObjectYComponent_145 ( HandleRef  pThis,
int  i,
int  comp 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetExchangeAxes_146 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetGlyphSize_147 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLabelFormat_148 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLegend_149 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLegendPosition2_152 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLegendPosition2_153 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLegendPosition_150 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLegendPosition_151 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetLogx_154 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetNumberOfLabels_155 ( HandleRef  pThis,
int  num 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetNumberOfXLabels_156 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetNumberOfXMinorTicks_157 ( HandleRef  pThis,
int  num 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetNumberOfYLabels_158 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetNumberOfYMinorTicks_159 ( HandleRef  pThis,
int  num 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotColor_160 ( HandleRef  pThis,
int  i,
double  r,
double  g,
double  b 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotColor_161 ( HandleRef  pThis,
int  i,
IntPtr  color 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotCoordinate_162 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotCoordinate_163 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotCurveLines_164 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotCurvePoints_165 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotLabel_166 ( HandleRef  pThis,
int  i,
string  label 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotLines_167 ( HandleRef  pThis,
int  i,
int  arg1 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotLines_168 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotPoints_169 ( HandleRef  pThis,
int  i,
int  arg1 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotPoints_170 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotRange_171 ( HandleRef  pThis,
double  xmin,
double  ymin,
double  xmax,
double  ymax 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPlotSymbol_172 ( HandleRef  pThis,
int  i,
HandleRef  input 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetPointComponent_173 ( HandleRef  pThis,
int  i,
int  comp 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetReferenceXValue_174 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetReferenceYValue_175 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetReverseXAxis_176 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetReverseYAxis_177 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetShowReferenceXLine_178 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetShowReferenceYLine_179 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetTitle_180 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetTitlePosition_181 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetTitlePosition_182 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetTitleTextProperty_183 ( HandleRef  pThis,
HandleRef  p 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetViewportCoordinate_184 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetViewportCoordinate_185 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXLabelFormat_186 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXRange_187 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXRange_188 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXTitle_189 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXTitlePosition_190 ( HandleRef  pThis,
double  position 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXValues_191 ( HandleRef  pThis,
int  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXValuesToArcLength_192 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXValuesToIndex_193 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXValuesToNormalizedArcLength_194 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetXValuesToValue_195 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetYLabelFormat_196 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetYRange_197 ( HandleRef  pThis,
double  _arg1,
double  _arg2 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetYRange_198 ( HandleRef  pThis,
IntPtr  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetYTitle_199 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_SetYTitlePosition_200 ( HandleRef  pThis,
double  position 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ShowReferenceXLineOff_201 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ShowReferenceXLineOn_202 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ShowReferenceYLineOff_203 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ShowReferenceYLineOn_204 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ViewportToPlotCoordinate_205 ( HandleRef  pThis,
HandleRef  viewport,
ref double  u,
ref double  v 
) [private]
static internal void Kitware.VTK.vtkXYPlotActor.vtkXYPlotActor_ViewportToPlotCoordinate_206 ( HandleRef  pThis,
HandleRef  viewport 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkXYPlotActor.MRClassNameKey = "14vtkXYPlotActor" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor2D.

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

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkActor2D.


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