Class PopulationCategory
- Namespace
- LightningChartLib.WinForms.Charting.Maps
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Population category.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PopulationCategory : ChartNode, IChartNode, IDisposable
- Inheritance
-
PopulationCategory
- Implements
- Inherited Members
Constructors
PopulationCategory()
Constructor.
public PopulationCategory()
PopulationCategory(CityOptions)
Constructor.
public PopulationCategory(CityOptions owner)
Parameters
ownerCityOptionsparam owner M:LightningChartLib.WinForms.Charting.Maps.PopulationCategory.#ctor(LightningChartLib.WinForms.Charting.Maps.CityOptions)
PopulationCategory(CityOptions, uint)
Constructor.
public PopulationCategory(CityOptions owner, uint uiMinPopulation)
Parameters
ownerCityOptionsparam owner M:LightningChartLib.WinForms.Charting.Maps.PopulationCategory.#ctor(LightningChartLib.WinForms.Charting.Maps.CityOptions,System.UInt32) uiMinPopulationuintparam uiMinPopulation M:LightningChartLib.WinForms.Charting.Maps.PopulationCategory.#ctor(LightningChartLib.WinForms.Charting.Maps.CityOptions,System.UInt32)
Properties
LabelStyle
Defines label style.
public MapItemTitle LabelStyle { get; set; }
Property Value
MinPopulation
Defines minimum population.
public uint MinPopulation { get; set; }
Property Value
PointStyle
Defines point draw style.
public PointShapeStyle PointStyle { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.