Table of Contents

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

owner CityOptions
param owner M:LightningChartLib.WinForms.Charting.Maps.PopulationCategory.#ctor(LightningChartLib.WinForms.Charting.Maps.CityOptions)

PopulationCategory(CityOptions, uint)

Constructor.

public PopulationCategory(CityOptions owner, uint uiMinPopulation)

Parameters

owner CityOptions
param owner M:LightningChartLib.WinForms.Charting.Maps.PopulationCategory.#ctor(LightningChartLib.WinForms.Charting.Maps.CityOptions,System.UInt32)
uiMinPopulation uint
param 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

MapItemTitle

MinPopulation

Defines minimum population.

public uint MinPopulation { get; set; }

Property Value

uint

PointStyle

Defines point draw style.

public PointShapeStyle PointStyle { get; set; }

Property Value

PointShapeStyle

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String.