Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets or sets the width of the bars. Allowed values are in the range [0, 100].
Gets the Spotfire.Dxp.Application.Visuals.Axis by which coloring in the plot is made.
Gets or sets a value indicating whether the visualization should inject empty values for missing time series data.
Gets the context of this node.
Gets the plot data.
Gets or sets the default font for the plot.
Gets or sets the plot description.
Gets the details object that controls how tooltips are displayed in this plot.
Gets the fitting models.
Gets the horizontal legend object for this plot.
Gets or sets a flag indicating if all bars in this plot should be drawn with maximum size.
Gets a value indicating whether this node is attached.
Gets or sets a value indicating whether the complete bar shall be labeled or not.
Gets or sets the font used for the labels.
Gets or sets label orientation of this plot.
Gets or sets the number of decimal digits for percentages. Allowed values are 0 through 6.
Gets or sets a value indicating whether or not bar segments shall be labeled.
Gets or sets a value indicating label visibility.
Gets or sets a value indicating max number of drawn labels. Allowed values are 0 to 200.
Gets or sets the orientation of the bars.
Gets or sets a value indicating whether segments in stacked bars should be shown in reversed order.
Gets or sets the type of the segment label information.
Gets or sets a flag indicating whether to show the description or not.
Gets or sets a flag indicating if shadow bars should be drawn.
Gets or sets a value indicating whether segments in stacked bars should be ordered by size.
Gets or sets a value indicating whether or not the bars in this plot are sorted.
Gets a value indicating whether transparency is supported.
Gets or sets the Visual's title.
Gets a collection of methods for executing transactions on the document.
Gets or sets the transparency for the plot.
Gets the type identifier for the visual.
Gets or sets a value indicating whether to use a separate color for marked items.
Refreshes data in data tables that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate. Only data tables used by this visualization will be included.
Try to get the filter rules for the plot.
The FilterRuleCollection or null if filter rules are not supported
false if this visualization does not support filter, rules, otherwise true.
Representation of a bar chart. A bar chart displays data using a number of bars, each of which represents a particular category as defined by the Spotfire.Dxp.Application.Visuals.BarChart.XAxis. The height of each bar is proportional to a specific aggregation (for example to the sum of the values in the category it represents) defined on the Spotfire.Dxp.Application.Visuals.BarChart.YAxis. In addition bars can be split into further categories by means of the Spotfire.Dxp.Application.Visuals.BarChart.ColorAxis.
Since
2.0