[ILNumerics Drawing2 Toolbox]
ILNumerics.DrawingNode
ILNumerics.DrawingGroup
ILNumerics.Drawing.PlottingBarPlot
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
[SerializableAttribute] public sealed class BarPlot : Group, IPositionProvider, ILegendItemDataProvider
The BarPlot type exposes the following members.
| Name | Description | |
|---|---|---|
| BarPlot(InArrayDouble, InArrayDouble, Object, BarPlotStyle, NullableColor, NullableColor, Int32, DashStyle, Single, Single, Boolean, Boolean) |
Creates a new Bar plot based on provided values Y.
[ILNumerics Drawing2 Toolbox] | |
| BarPlot(InArraySingle, InArraySingle, Object, BarPlotStyle, NullableColor, NullableColor, Int32, DashStyle, Single, Single, Boolean, Boolean) |
Creates a new Bar plot based on provided values Y.
[ILNumerics Drawing2 Toolbox] |
| Name | Description | |
|---|---|---|
| Alpha |
Alpha value, range [0...1], if set, this value modifies the alpha values for ALL nodes of this subtree. Use for blend effects only!
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Animations | (Inherited from Group.) | |
| Axis |
Gets the axis of BarPlot.
[ILNumerics Drawing2 Toolbox] | |
| BarWidth |
Gets or sets the bar width.
[ILNumerics Drawing2 Toolbox] | |
| BaseValue |
Get or sets the location for the baseline.
[ILNumerics Drawing2 Toolbox] | |
| Border |
Gets access to the border line shape of the bar plot [readonly].
[ILNumerics Drawing2 Toolbox] | |
| Children |
Collection of child for this group
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Clipping |
Gets all 6 available clipping planes for the group or sets it. Null: derive clipping from parent node (default)
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| ColorOverride |
If set, this color will override all individual colors in this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Draw3D |
Gets or sets whether the bars are rendered as 3D objects.
[ILNumerics Drawing2 Toolbox] | |
| Fill |
Gets access to the triangles shape used for rendering the bars fill area [readonly].
[ILNumerics Drawing2 Toolbox] | |
| Horizontal |
Get or sets the rendering style of the bar plot.
[ILNumerics Drawing2 Toolbox] | |
| ID |
Unique ID for the node within the scene
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Indices |
Provides indices of line vertices
[ILNumerics Drawing2 Toolbox] | |
| Markable |
Determines, if this node can be marked by the user
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Marked |
Marked state for the node
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Padding |
Gets or sets the distance between groups.
[ILNumerics Drawing2 Toolbox] | |
| Parent |
Get the parent of this node or null, if this node is a root node
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| PickingID |
If set to a valid shape ID, that shape will be marked in picking operations insted of this shape.
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Positions |
Provides positions of line vertices
[ILNumerics Drawing2 Toolbox] | |
| Style |
Controls the way the bars of multiple groups are arranged.
[ILNumerics Drawing2 Toolbox] | |
| Tag |
Object tag used to identify the node within the scene
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Target |
If set, determines the target for rendering: world (3D) or screen (2D) on top. Default: not set (derive from parent)
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Ticks |
Property gets or sets working axis ticks of current BarPlot.
[ILNumerics Drawing2 Toolbox] | |
| TimeoutAware |
Sets if this group and all children are sensible for timeouts during rendering or gets that flag. Default: null -> derive from parent
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Transform |
[4x4] matrix with the affine transforms which this node applies to all children
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| UseLighting |
Determines, if the bar plot utilizes lighting. Default: Auto (null, light for flat bar plots, no light for 3D bar plots)
[ILNumerics Drawing2 Toolbox] | |
| Version |
Modification version of this node, gets incremented at every change
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| Visible |
Determines, if this node is visible or sets the visible state
(Inherited from Node.)[ILNumerics Visualization Engine] |
| Name | Description | |
|---|---|---|
| Add(Node) |
Add a node to the end of this groups child collection
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| AddT(T, Object, Boolean) |
Add a node to the end of this groups child collection
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Configure |
In any event of changes, this method is called to update BarPlot and its axes.
(Overrides GroupConfigure(Boolean, Boolean).)[ILNumerics Drawing2 Toolbox] | |
| ConfigureLegendLabel |
Creates textual / label representation for the line.
[ILNumerics Drawing2 Toolbox] | |
| ConfigureLegendVisual |
Creates visual representation for the line.
[ILNumerics Drawing2 Toolbox] | |
| Copy |
Creates a copy of BarPlot.
(Overrides GroupCopy.)[ILNumerics Drawing2 Toolbox] | |
| Detach |
Detach all shapes from this subtree for individual configurations
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Dispose |
Dispose the complete subtree (this is rarely needed)
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Find(Object, NullablePrimitives) |
Searches the subtree for nodes with matching tag and (optional) primitive type
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| FindT(Object, PredicateT) |
Searches the subtree for all nodes with matching criteria
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| FindByIdT |
Finds a typed node in this subtree, filter by ID
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| FirstT |
Gets first node with matching criteria from subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| FirstUpT |
Finds a group node on the path up to root
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| GetEnumerator | (Inherited from Group.) | |
| GetID |
Gets the ID of the bar plot.
[ILNumerics Drawing2 Toolbox] | |
| GetItemCount |
Gets the bar group count.
[ILNumerics Drawing2 Toolbox] | |
| GetLimits |
Compute the 3D limits (extent) of this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| GetVersion |
Gets the modification version of the bar plot.
[ILNumerics Drawing2 Toolbox] | |
| InsertT |
Insert a node into the child collection at predefined index
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Remove |
Remove a node from this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Rotate(Quaternion) |
Rotate this subtree by quaternion
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Rotate(Vector3, Double) |
Rotate this subtree by rotation axis and angle
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Rotate(Double, Double, Double, Double) |
Rotate this subtree by rotation axis and angle
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Scale(Vector3) |
Scales this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Scale(Double, Double, Double) |
Scales this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| SetBarColor |
Method sets custom border and fill color to single Bar by ID.
[ILNumerics Drawing2 Toolbox] | |
| SetGroupColor |
Method sets custom border and fill color to group of bars by ID.
[ILNumerics Drawing2 Toolbox] | |
| SetTick |
Sets custom tick label by ID.
[ILNumerics Drawing2 Toolbox] | |
| Synchronize |
Synchronizes the synchronized copy of BarPlot.
(Overrides GroupSynchronize(Node, SyncParams).)[ILNumerics Drawing2 Toolbox] | |
| ToString |
String representation of the group node
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Translate(Vector3) |
Translates this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Translate(Double, Double, Double) |
Translates this subtree
(Inherited from Group.)[ILNumerics Visualization Engine] | |
| Update(InArrayDouble, ArrayDouble) |
Method updates key values of each bar in bar plot.
[ILNumerics Drawing2 Toolbox] | |
| Update(InArraySingle, InArraySingle) |
Method updates key values of each bar in bar plot.
[ILNumerics Drawing2 Toolbox] |
| Name | Description | |
|---|---|---|
| Disposing |
Fires, before the node is getting disposed
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseClick |
Fires when the object is clicked
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseDoubleClick |
Fires when the object was double clicked
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseDown |
Fires when a mouse button was pressed over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseEnter |
Fires when the mouse enters the object region
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseLeave |
Fires when the mouse leaves the object region
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseMove |
Fires when the mouse was moved over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseUp |
Fires when a mouse button was released over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| MouseWheel |
Fires when the mouse wheel was moved over the object
(Inherited from Node.)[ILNumerics Visualization Engine] | |
| PropertyChanged |
Fires on any property state changes
(Inherited from Node.)[ILNumerics Visualization Engine] |
| Name | Description | |
|---|---|---|
| BarBorderTag |
Tag identifying all bar plot's bar's border's lines within the scene graph.
| |
| BarFillTag |
Tag identifying all bar plot's bar's fill's triangle shapes within the scene graph.
| |
| BarPlotAxisXTag |
Tag identifying this bar plot's X axis, unique for each bar plot.
| |
| BarPlotAxisYTag |
Tag identifying this bar plot's Y axis, unique for each bar plot.
| |
| BarPlotAxisZTag |
Tag identifying this bar plot's Z axis, unique for each bar plot.
| |
| BarPlotTag |
Tag identifying all bar plot objects within the scene graph
| |
| NextColors |
Color enumerator used to color subsequent bars.
|
[ILNumerics Drawing2 Toolbox]