Click or drag to resize

Map Properties

LightningChart .NET Help

The Map type exposes the following members.

Properties
  NameDescription
Public propertyAllowUserInteraction
Gets or sets if user interaction is allowed. This is a dependency property.
Public propertyBackgrounds
Gets or sets map backgrounds. This is a dependency property.
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCityOptions
Gets or sets city draw options. This is a dependency property.
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDescription
Gets map description. This is a dependency property.
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyFileName
Gets or sets map file name. Use with Path value to indicate map file. This is a dependency property.
Public propertyHighlight
Gets or sets if highlight map item when user interactive device is over. This is a dependency property.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLakeOptions
Gets or sets lake draw options. This is a dependency property.
Public propertyLandOptions
Gets or sets land draw options. This is a dependency property.
Public propertyLayers
Get map layers. This is a dependency property.
Public propertyNames
Get internal area name list. This is a dependency property.
Public propertyOptimization
Gets or sets rendering optimization. This is a dependency property.
Public propertyOtherOptions
Gets or sets other map type draw options. This is a dependency property.
Public propertyOverlapLabels
Gets or sets if show all labels, even if they overlap each other. This is a dependency property.
Public propertyPath
Gets or sets map folder. This is a dependency property.
Public propertyRenderIntensitySeriesBeforeLayerIndex
Gets or sets layer index before intensity series will be drawn. Use -1 to draw intensity series after all map layers. This is a dependency property.
Public propertyRiverOptions
Gets or sets river options. This is a dependency property.
Public propertyRoadOptions
Gets or sets road options. This is a dependency property.
Public propertySimpleHighlightColor
Gets or sets simple highlight map item color when user interactive device is over. This is a dependency property.
Public propertyTileCacheFolder
Gets or sets tile cache folder. This is a dependency property.
Public propertyTileLayers
Gets or sets map tile layers. This is a dependency property.
Public propertyType
Gets or sets map type. This is a dependency property.
Public propertyUserInteractiveDeviceOverMapItemLayer
Gets layer index of item on which user interactive device is. This is a dependency property.
Public propertyXAxisIndex
Gets or sets index of X axis related to map. This is a dependency property.
Public propertyYAxisIndex
Gets or sets index of Y axis related to map. This is a dependency property.
Top
See Also