Click or drag to resize
MapDataPlot Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object that represents a data plot on map.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardMapDataPlot

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class MapDataPlot : MapDataPlot_MapDataPlot, 
	ISerializable, PartialSummaryParent, DrillDownParent

The MapDataPlot type exposes the following members.

Constructors
  NameDescription
Public methodMapDataPlot
Creates and return a new MapDataPlot object
Public methodMapDataPlot(String)
Creates and return a new MapDataPlot object
Top
Methods
  NameDescription
Public methodBuild
Builds this data plot
Public methodCancelBuild
Public methodDrillDownParent
Returns a drilldown parent object based on the ID provided
Public methodGetObjectData
Public methodProcessBuild
Public methodReset
Resets this MapDataPlot so next time it is rendered it is completely rebuilt
Public methodReset(Boolean)
Resets this MapDataPlot so next time it is rendered it is completely rebuilt
Public methodSetObjectData
Top
Fields
Properties
  NameDescription
Public propertyActualSummaryBuildThreshold
Gets and sets the threshold value used to decide whether or not to build a partial summary for this object
Public propertyAddressColumns
Gets and sets the address columns for this mapping object
Public propertyColorPlotType
Gets and sets the colour plot type for this map
Public propertyContainingFeaturesFound
Gets and sets the number of locations for which the containg feature was found
Public propertyDataTag
Gets and sets the data tag property for this mapping object
Public propertyDrilldown
Gets and sets the drill down object for this data plot
Public propertyEnableDrilldown
Gets and sets a value that indicates whether this data plot has a drill down
Public propertyFillOpacity
Gets and sets the opacity used to fill features
Public propertyFilter
Gets and sets the filter for this mapping object
Public propertyGeoJson
Gets and sets the name of the GeoJson shapes file to plot the data against
Public propertyGeoJsonString
Gets the geoJson string for the GeoJson object this data is plotted against
Public propertyGuid
Gets and sets the Guid that uniquely identifies this data plot item
Public propertyHasLocationResults
Gets a value that indicates if location search results are available for this data plot
Public propertyHighValueColor
Gets and sets the color that represents high values on the chart (or all values if color plot type is single color)
Public propertyID
Gets a unique ID that identifies this data plot item
Public propertyIsBuilding
Gets a value that indicates whether this MapDataPlot is currently building data for the map
Public propertyLabelColumn
Gets and sets a string that identifies the column used in labels for this data plot
Public propertyLastFilterUsed
Gets and sets the last filter used to build this plot
Public propertyLegendRangeColors
Gets a list of string values that represents the range labels to display in the legend
Public propertyLegendRangeLabels
Gets a list of string values that represents the range labels to display in the legend
Public propertyLegendRangeValues
Gets a list of decimal values that represents the range of values to display in the legend
Public propertyLocationsFound
Gets and sets the number of locations that were found
Public propertyLowValueColor
Gets and sets the color that represents Low values on the chart
Public propertyMapDataPlotType
Gets and sets a value that indicates how the map data plot will be represented on the map
Public propertyMaxCircleRadius
Gets and sets the maximum circle radius for circles plotted on the map
Public propertyMinCircleRadius
Gets and sets the minimum circle radius for circles plotted on the map
Public propertyName
Gets and sets the name of this map data plot
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this MapDataPlot
Public propertyParentDashboardObject
Gets the parent dashboard object for this map data plot
Public propertyPartialSummary
Gets and sets the partial summary provider for this mapping object
Public propertyPartialSummarySumColumns
Public propertyPlotParameters
Gets a string with the parameters required to plot this feature
Public propertyPlotValues
Gets the plot values json string for this map data plot
Public propertyRebuildRequired
Gets or sets a value that indicates whether or not the object has been modified since the last call to refreshXML.
Public propertyRequiresSourceData
Gets a property that indicates if this object requires the dashboard to load source data
Public propertyScaleToZero
Gets and sets a value that indicates whether the plot on this map should be scaled from zero
Public propertyShowLegend
Gets and sets a value that indicates whether this data plot should shoiw a legend in the map
Public propertySourceDataRequirement
Gets a value that indicates why this object requires source data
Public propertySourceDataTable
Gets the source datatable for this map data plot
Public propertyStrokeColor
Gets and sets the stroke colour used to draw features on the map
Public propertyStrokeDashArray
Gets and sets an array of integers that defines the stroke dash pattern.
Public propertyStrokeOpacity
Gets and sets the stroke opacity used to draw features on the map
Public propertyStrokeWeight
Gets and sets the width in pixels of the stroke used to draw features on the map
Public propertySummaryBuildThreshold
Gets and sets the threshold value used to decide whether or not to build a partial summary for this object
Public propertySummaryBuildThresholdApplied
Gets a value that indicates a partial summary is not available for this object due to the summary build threshold being met
Public propertySummaryColumn
Gets and sets the Summary Column for this mapping object
Public propertyTotalLocations
Gets and sets the total number of locations
Top
Events
  NameDescription
Public eventAddressSearchComplete
Event fires when a search for address locations ends
Public eventAddressSearchProgress
Event fires when a search for address locations processes an address
Public eventAddressSearchStarted
Event fires when a search for address locations begins
Public eventBuildProcessCancelled
Event fires when the build process for this data plot is cancelled
Public eventBuildProcessComplete
Event fires when the build process for this data plot is completed
Public eventBuildProcessFailed
Event fires when the build process for this data plot fails
Public eventContainingFeatureSearchComplete
Event fires when a search for containing features locations ends
Public eventContainingFeatureSearchStarted
Event fires when a search for address containing features begins
Public eventDataPlotUpdated
Event fires when this data plot has changed and needs to be re-applied to the map
Public eventNumberOfContainingFeaturesUpdated
Event fires when the number of locations for which the containing feature has been found changes
Public eventStartBuildProcess
Event fires when the build process for this data plot begins
Top
Remarks