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 the axis object representing the coloring of markers in this plot.
Gets the label column, that is, the column to label the features in the plot by.
Gets or sets the size of labels showing images.
The labels size is expressed as a percentage of the size of the panel in the range of minimum 15 pixels and maximum the least of the width or height. I.e. a value of 0 will allow images as large as 15 x 15 pixels, and a value of 100 will allow images as large as the least of the width or the height of the panel.
Gets the label renderer settings. To set the renderer used for labels, use SetLabelRenderer(typeId).
Gets or sets a value indicating the visibility of labels in this scatter plot.
Gets the axis object which can be used to alter the expression by which the plot is marked.
Gets or sets the class type of the markers in this scatter plot. Using this property the markers can be switched between simple markers, tiled markers and separate charts (for example pie charts).
When set to Spotfire.Dxp.Application.Visuals.MarkerClass.Tile the Spotfire.Dxp.Application.Visuals.ScatterPlot.ShapeAxis and the Spotfire.Dxp.Application.Visuals.ScatterPlot.SizeAxis will be ignored. When set to Spotfire.Dxp.Application.Visuals.MarkerClass.Chart the Spotfire.Dxp.Application.Visuals.ScatterPlot.ShapeAxis will be ignored.
Gets or sets the label layout. See Spotfire.Dxp.Application.Visuals.ScatterPlot.MarkerLabelLayout for more details.
Gets the pie marker settings to use when this plot is configured to show pies.
Gets the axis object which can be used to alter the expression by which marker shape is chosen.
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.
Sets the label renderer.
The type id of the renderer.
The label renderer settings associated with the type id.
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 Scatter Plot.
Remark
Scatter plots are used to plot data points on a horizontal and a vertical axis in the attempt to show how much one variable is affected by another. Each row in the data set is represented by a marker whose position depends on its values in the columns set on the X and Y axes.
The Scatter Plot supports additional variables corresponding to the color, size, and the shape of the markers to be set, thus adding more dimensions to the plot.
Since
2.0