ILNumerics Ultimate VS

BarPlot Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The BarPlot type exposes the following members.

Methods

  NameDescription
Public methodAdd(Node)
Add a node to the end of this groups child collection

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodAddT(T, Object, Boolean)
Add a node to the end of this groups child collection

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodConfigure
In any event of changes, this method is called to update BarPlot and its axes.

[ILNumerics Drawing2 Toolbox]

(Overrides GroupConfigure(Boolean, Boolean).)
Public methodConfigureLegendLabel
Creates textual / label representation for the line.

[ILNumerics Drawing2 Toolbox]

Public methodConfigureLegendVisual
Creates visual representation for the line.

[ILNumerics Drawing2 Toolbox]

Public methodCopy
Creates a copy of BarPlot.

[ILNumerics Drawing2 Toolbox]

(Overrides GroupCopy.)
Public methodDetach
Detach all shapes from this subtree for individual configurations

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodDispose
Dispose the complete subtree (this is rarely needed)

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodFind(Object, NullablePrimitives)
Searches the subtree for nodes with matching tag and (optional) primitive type

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodFindT(Object, PredicateT)
Searches the subtree for all nodes with matching criteria

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodFindByIdT
Finds a typed node in this subtree, filter by ID

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodFirstT
Gets first node with matching criteria from subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodFirstUpT
Finds a group node on the path up to root

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodGetEnumerator (Inherited from Group.)
Public methodGetID
Gets the ID of the bar plot.

[ILNumerics Drawing2 Toolbox]

Public methodGetItemCount
Gets the bar group count.

[ILNumerics Drawing2 Toolbox]

Public methodGetLimits
Compute the 3D limits (extent) of this subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodGetVersion
Gets the modification version of the bar plot.

[ILNumerics Drawing2 Toolbox]

Public methodInsertT
Insert a node into the child collection at predefined index

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodRemove
Remove a node from this subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodRotate(Quaternion)
Rotate this subtree by quaternion

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodRotate(Vector3, Double)
Rotate this subtree by rotation axis and angle

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodRotate(Double, Double, Double, Double)
Rotate this subtree by rotation axis and angle

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodScale(Vector3)
Scales this subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodScale(Double, Double, Double)
Scales this subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodCode exampleSetBarColor
Method sets custom border and fill color to single Bar by ID.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleSetGroupColor
Method sets custom border and fill color to group of bars by ID.

[ILNumerics Drawing2 Toolbox]

Public methodSetTick
Sets custom tick label by ID.

[ILNumerics Drawing2 Toolbox]

Public methodSynchronize
Synchronizes the synchronized copy of BarPlot.

[ILNumerics Drawing2 Toolbox]

(Overrides GroupSynchronize(Node, SyncParams).)
Public methodToString
String representation of the group node

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodTranslate(Vector3)
Translates this subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodTranslate(Double, Double, Double)
Translates this subtree

[ILNumerics Visualization Engine]

(Inherited from Group.)
Public methodCode exampleUpdate(InArrayDouble, ArrayDouble)
Method updates key values of each bar in bar plot.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleUpdate(InArraySingle, InArraySingle)
Method updates key values of each bar in bar plot.

[ILNumerics Drawing2 Toolbox]

Top
See Also

Reference