Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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].
This property is only used when the x axis is categorical. A value of 100 means the bar will occupy the full width of a category. A value of 0 will cause the bars will have a minimum width.
If the x axis is continuous, this property is ignored. If binning is used on the x axis, the bars will occupy the full width of the bins. If binning is not used, bars will have a minimum width.
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.
When this flag is set to true, empty values will be injected into time series data prior to aggregation.
The data is considered to be a time series if any of the expressions used on the visualization's axes use the BinByDateTime method, or any time part methods such as Year, Quarter, DayOfWeek etc.
Gets the details object that controls how tooltips are displayed in this plot.
Gets or sets a Spotfire.Dxp.Application.Visuals.CategoryKey that identifies the segment of the bars to sort the X axis by.
The default value of this property is an empty category key, which means sorting will be based on the entire bars and not just one of the bar segments. This property applies only when Spotfire.Dxp.Application.Visuals.BarChart.SortedBars is set to true.
Gets or sets a value indicating whether the bars in this plot are sorted.
This property applies only when the X axis is categorical. A continuous axis cannot be sorted. The sorting can be further controlled by the Spotfire.Dxp.Application.Visuals.BarChart.SortBy property.
Gets or sets the Visual's title.
Note that for Spotfire.Dxp.Application.Visuals.Maps.LayerVisualization instances, you should use the Title property of the owning Spotfire.Dxp.Application.Visuals.Maps.MapChartLayer instead.
Gets a collection of methods for executing transactions on the document.
Gets the visual instance, or null if this instance is not owned by a visual.
Configures a newly created visual with reasonable default values given the current data set.
This method is called when a visual is created by the user, but the
exact configuration produced is undefined and can change between versions.
This method should only be used if you want to mimic the user's action in the application,
and it should only be called once.
It implicity calls Spotfire.Dxp.Application.Visuals.VisualContent.ApplyUserPreferences.
Code samples on how to create and configure a visualization are available in Spotfire Technology Network.
Additional action needed for the Map Chart: in order to load the default layers (i.e. base map layer) you need to explicitly call Spotfire.Dxp.Application.Visuals.Maps.MapChart.AutoConfigureLayers.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
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.
This will only refresh the data tables where the Spotfire.Dxp.Data.DataTable.NeedsRefresh property is true.
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