Click or drag to resize

PopulationCategory Class

LightningChart .NET Help
Population category.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.MapsPopulationCategory

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]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class PopulationCategory : ChartNode

The PopulationCategory type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyLabelStyle Gets or sets label style. This is a dependency property.
Public propertyMinPopulation Gets or sets minimum population. This is a dependency property.
Public propertyPointStyle Gets or sets point draw style. This is a dependency property.
Top
Methods
 NameDescription
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 memberLabelStyleProperty Identifies the LabelStyle dependency property.
Public fieldStatic memberMinPopulationProperty Identifies the MinPopulation dependency property.
Public fieldStatic memberPointStyleProperty Identifies the PointStyle dependency property.
Top
See Also