CityOptionsPopulationCategories Property |
LightningChart .NET Help
Gets or sets population categories. 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
Syntaxpublic PopulationCategoryCollection PopulationCategories { get; set; }Public Property PopulationCategories As PopulationCategoryCollection
Get
Set
public:
property PopulationCategoryCollection^ PopulationCategories {
PopulationCategoryCollection^ get ();
void set (PopulationCategoryCollection^ value);
}Property Value
Type:
PopulationCategoryCollection
See Also