LightningChart .NET Help
Gets or sets map type. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Maps
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(MapMapType.Off)]
public MapMapType Type { get; set; }<DefaultValueAttribute(MapMapType.Off)>
Public Property Type As MapMapType
Get
Set
public:
[DefaultValueAttribute(MapMapType::Off)]
property MapMapType Type {
MapMapType get ();
void set (MapMapType value);
}Property Value
Type:
MapMapType
See Also