ActiViz .NET
5.8.0
|
vtkPlotBar - Class for drawing an XY plot given two columns from a vtkTable. More...
Public Types | |
enum | HORIZONTAL_WrapperEnum { HORIZONTAL = 1, VERTICAL = 0 } |
Enum of bar chart oritentation types. More... | |
Public Member Functions | |
vtkPlotBar (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkPlotBar () | |
Creates a 2D Chart object. | |
override void | GetBounds (IntPtr bounds) |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax). | |
override void | GetColor (IntPtr rgb) |
Set the plot color. | |
vtkColorSeries | GetColorSeries () |
Get the color series used if when this is a stacked bar plot. | |
override vtkStringArray | GetLabels () |
Description Get the plot labels. | |
virtual float | GetOffset () |
Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward. | |
virtual int | GetOrientation () |
Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL. | |
override float | GetWidth () |
Get the width of the line. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkPlotBar | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the XY plot, called whenever the chart needs to be drawn. | |
override void | SetColor (byte r, byte g, byte b, byte a) |
Set the plot color. | |
override void | SetColor (double r, double g, double b) |
Set the plot color. | |
void | SetColorSeries (vtkColorSeries colorSeries) |
Set the color series to use if this becomes a stacked bar plot. | |
virtual void | SetOffset (float _arg) |
Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward. | |
virtual void | SetOrientation (int orientation) |
Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL. | |
override void | SetWidth (float _arg) |
Set the width of the line. | |
Static Public Member Functions | |
static new vtkPlotBar | New () |
Creates a 2D Chart object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkPlotBar | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkPlotBar" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "10vtkPlotBar" |
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 | vtkPlotBar_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotBar_GetBounds_01 (HandleRef pThis, IntPtr bounds) |
static internal void | vtkPlotBar_GetColor_02 (HandleRef pThis, IntPtr rgb) |
static internal IntPtr | vtkPlotBar_GetColorSeries_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkPlotBar_GetLabels_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal float | vtkPlotBar_GetOffset_05 (HandleRef pThis) |
static internal int | vtkPlotBar_GetOrientation_06 (HandleRef pThis) |
static internal float | vtkPlotBar_GetWidth_07 (HandleRef pThis) |
static internal int | vtkPlotBar_IsA_08 (HandleRef pThis, string type) |
static internal int | vtkPlotBar_IsTypeOf_09 (string type) |
static internal IntPtr | vtkPlotBar_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkPlotBar_Paint_12 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkPlotBar_SafeDownCast_13 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkPlotBar_SetColor_14 (HandleRef pThis, byte r, byte g, byte b, byte a) |
static internal void | vtkPlotBar_SetColor_15 (HandleRef pThis, double r, double g, double b) |
static internal void | vtkPlotBar_SetColorSeries_16 (HandleRef pThis, HandleRef colorSeries) |
static internal void | vtkPlotBar_SetOffset_17 (HandleRef pThis, float _arg) |
static internal void | vtkPlotBar_SetOrientation_18 (HandleRef pThis, int orientation) |
static internal void | vtkPlotBar_SetWidth_19 (HandleRef pThis, float _arg) |
Static Private Member Functions | |
static | vtkPlotBar () |
Automatically generated type registration mechanics. |
vtkPlotBar - Class for drawing an XY plot given two columns from a vtkTable.
Description
static Kitware.VTK.vtkPlotBar.vtkPlotBar | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkPlotBar.vtkPlotBar | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a 2D Chart object.
override void Kitware.VTK.vtkPlotBar.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.vtkPlot.
override void Kitware.VTK.vtkPlotBar.GetBounds | ( | IntPtr | bounds | ) | [virtual] |
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax).
Reimplemented from Kitware.VTK.vtkPlot.
override void Kitware.VTK.vtkPlotBar.GetColor | ( | IntPtr | rgb | ) | [virtual] |
Set the plot color.
Reimplemented from Kitware.VTK.vtkPlot.
Get the color series used if when this is a stacked bar plot.
override vtkStringArray Kitware.VTK.vtkPlotBar.GetLabels | ( | ) | [virtual] |
Description Get the plot labels.
Reimplemented from Kitware.VTK.vtkPlot.
virtual float Kitware.VTK.vtkPlotBar.GetOffset | ( | ) | [virtual] |
Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward.
virtual int Kitware.VTK.vtkPlotBar.GetOrientation | ( | ) | [virtual] |
Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL.
override float Kitware.VTK.vtkPlotBar.GetWidth | ( | ) | [virtual] |
Get the width of the line.
Reimplemented from Kitware.VTK.vtkPlot.
override int Kitware.VTK.vtkPlotBar.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new int Kitware.VTK.vtkPlotBar.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
static new vtkPlotBar Kitware.VTK.vtkPlotBar.New | ( | ) | [static] |
Creates a 2D Chart object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
override bool Kitware.VTK.vtkPlotBar.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the XY plot, called whenever the chart needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkPlotBar Kitware.VTK.vtkPlotBar.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPlot.
override void Kitware.VTK.vtkPlotBar.SetColor | ( | byte | r, |
byte | g, | ||
byte | b, | ||
byte | a | ||
) | [virtual] |
Set the plot color.
Reimplemented from Kitware.VTK.vtkPlot.
override void Kitware.VTK.vtkPlotBar.SetColor | ( | double | r, |
double | g, | ||
double | b | ||
) | [virtual] |
Set the plot color.
Reimplemented from Kitware.VTK.vtkPlot.
void Kitware.VTK.vtkPlotBar.SetColorSeries | ( | vtkColorSeries | colorSeries | ) |
Set the color series to use if this becomes a stacked bar plot.
virtual void Kitware.VTK.vtkPlotBar.SetOffset | ( | float | _arg | ) | [virtual] |
Set/get the horizontal offset of the bars. Positive values move the bars leftward. For HORIZONTAL orientation, offsets bars vertically, with a positive value moving bars downward.
virtual void Kitware.VTK.vtkPlotBar.SetOrientation | ( | int | orientation | ) | [virtual] |
Set/get the orientation of the bars. Valid orientations are VERTICAL (default) and HORIZONTAL.
override void Kitware.VTK.vtkPlotBar.SetWidth | ( | float | _arg | ) | [virtual] |
Set the width of the line.
Reimplemented from Kitware.VTK.vtkPlot.
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_GetBounds_01 | ( | HandleRef | pThis, |
IntPtr | bounds | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_GetColor_02 | ( | HandleRef | pThis, |
IntPtr | rgb | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_GetColorSeries_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_GetLabels_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal float Kitware.VTK.vtkPlotBar.vtkPlotBar_GetOffset_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPlotBar.vtkPlotBar_GetOrientation_06 | ( | HandleRef | pThis | ) | [private] |
static internal float Kitware.VTK.vtkPlotBar.vtkPlotBar_GetWidth_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkPlotBar.vtkPlotBar_IsA_08 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkPlotBar.vtkPlotBar_IsTypeOf_09 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_NewInstance_11 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkPlotBar.vtkPlotBar_Paint_12 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkPlotBar.vtkPlotBar_SafeDownCast_13 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetColor_14 | ( | HandleRef | pThis, |
byte | r, | ||
byte | g, | ||
byte | b, | ||
byte | a | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetColor_15 | ( | HandleRef | pThis, |
double | r, | ||
double | g, | ||
double | b | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetColorSeries_16 | ( | HandleRef | pThis, |
HandleRef | colorSeries | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetOffset_17 | ( | HandleRef | pThis, |
float | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetOrientation_18 | ( | HandleRef | pThis, |
int | orientation | ||
) | [private] |
static internal void Kitware.VTK.vtkPlotBar.vtkPlotBar_SetWidth_19 | ( | HandleRef | pThis, |
float | _arg | ||
) | [private] |
new readonly string Kitware.VTK.vtkPlotBar.MRClassNameKey = "10vtkPlotBar" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.
new const string Kitware.VTK.vtkPlotBar.MRFullTypeName = "Kitware.VTK.vtkPlotBar" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPlot.