CityOptionsShowCities Property |
LightningChart .NET Help
Gets or sets show cities. 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(CityOptionsCityType.Off)]
public CityOptionsCityType ShowCities { get; set; }<DefaultValueAttribute(CityOptionsCityType.Off)>
Public Property ShowCities As CityOptionsCityType
Get
Set
public:
[DefaultValueAttribute(CityOptionsCityType::Off)]
property CityOptionsCityType ShowCities {
CityOptionsCityType get ();
void set (CityOptionsCityType value);
}Property Value
Type:
CityOptionsCityType
See Also