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 active KPI. This can be used to identify the KPI Visualization within the KPI Chart that the user last interacted with. This value can be null.
Gets or sets a value for the number of pixels spacing between kpis when each kpi starts on a new row. Has no effect if Spotfire.Dxp.Application.Visuals.KpiChart.NewRowPerKpi is false. Default value is 24. Allowed values are 0 to 100.
Gets or sets the font metadata used for the base font. The base font is the smallest font used in the kpi chart. All other font sizes are derived from this size.
Gets or sets the minimum number of tiles to keep completely visible in the kpi chart. If the kpi chart cannot show that number of tiles with the given width and font settings the tiles will be scaled down (including the font size) until they do. Default value is 0. Allowed values are 0 to 100.
Gets or sets the preferred width of a KPI tile as a multiple of the current font size. When filling up the Spotfire.Dxp.Application.Visuals.KpiChart with KPI tiles, no tile will be less than this size (given that the width of the Spotfire.Dxp.Application.Visuals.KpiChart is not smaller than this size). In addition, the KPI tiles will not be larger than twice this size.
Gets or sets a value indicating whether the title is shown for each kpi when each kpi starts on a new row. Has no effect if Spotfire.Dxp.Application.Visuals.KpiChart.NewRowPerKpi is false. Default value is true.
Gets or sets the sort mode for the individual tiles for all KPIs in the Spotfire.Dxp.Application.Visuals.KpiChart.
Note: The Spotfire.Dxp.Application.Visuals.KpiSortMode.HighestFirst and Spotfire.Dxp.Application.Visuals.KpiSortMode.LowestFirst modes require the Spotfire.Dxp.Application.Visuals.KpiSortColumn to be set consistently on all Spotfire.Dxp.Application.Visuals.KpiVisualizations in the KpiCollection.
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.
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.
Represents a visualization for one or several key performance indicators (KPIs), each represented by a Spotfire.Dxp.Application.Visuals.KpiVisualization.
Remark
The Spotfire.Dxp.Application.Visuals.KpiChart does not have a Spotfire.Dxp.Data.DataTable of its own. Instead it exposes the Spotfire.Dxp.Data.DataTable of the Spotfire.Dxp.Application.Visuals.KpiVisualization which is currently active. This Spotfire.Dxp.Application.Visuals.KpiVisualization is exposed via the Spotfire.Dxp.Application.Visuals.KpiChart.ActiveKpi property of this instance.
Since
2.0