The MapChart type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddFeatureLayer |
Adds a feature layer from a table.
|
![]() |
AddFromFile |
Adds a MapChartLayer from a file.
|
![]() |
AddMarkerLayer |
Adds a new marker layer.
|
![]() |
AddPieLayer |
Adds a new pie layer.
|
![]() |
AddTileMarkerLayer |
Adds a new tile marker layer.
|
![]() |
ApplyUserPreferences |
Applies user preferences to a newly created visual.
(Inherited from VisualContent.) |
![]() |
AutoConfigure |
Configures a newly created visual with reasonable default
values given the current data set.
(Inherited from VisualContent.) |
![]() |
ClearLayers |
Clears the layers.
|
![]() |
GetRenderTrigger |
Gets a trigger signaling
that the visualization has changed and needs to be re-rendered.
Note that it does not trigger when highlight changes.
(Inherited from VisualContent.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsConfigurationValid |
Determines whether the current plot configuration is valid.
(Inherited from Visualization.) |
![]() ![]() |
Render |
Renders the visual to the specified graphics context.
(Inherited from VisualContent.) |
![]() |
TryGetFilterRules |
Try to get the filter rules for the plot.
(Inherited from Visualization.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() |
INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() |
ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also