Click or drag to resize

CityOptions Class

LightningChart .NET Help
City options.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsCityOptions

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
public class CityOptions : ChartNode

The CityOptions type exposes the following members.

Constructors
 NameDescription
Public methodCityOptions Constructor.
Public methodCityOptions(Map) Constructor.
Top
Properties
 NameDescription
Public propertyMajorCityPopulation Gets or sets major city population. City is considered major if its population is same or exceeds this value. This is a dependency property.
Public propertyPopulationCategories Gets or sets population categories. This is a dependency property.
Public propertyShowCities Gets or sets show cities. This is a dependency property.
Top
Methods
 NameDescription
Public methodStatic memberCreateDefaultPopulationCategories Create default population categories
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Convert class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberMajorCityPopulationProperty Identifies the MajorCityPopulation dependency property.
Public fieldStatic memberPopulationCategoriesProperty Identifies the PopulationCategories dependency property.
Public fieldStatic memberShowCitiesProperty Identifies the ShowCities dependency property.
Top
See Also