LegendBoxPolarCategorization Property |
LightningChart .NET Help
Gets or sets categorization. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewPolar
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(PolarLegendBoxCategorization.None)]
public PolarLegendBoxCategorization Categorization { get; set; }<DefaultValueAttribute(PolarLegendBoxCategorization.None)>
Public Property Categorization As PolarLegendBoxCategorization
Get
Set
public:
[DefaultValueAttribute(PolarLegendBoxCategorization::None)]
property PolarLegendBoxCategorization Categorization {
PolarLegendBoxCategorization get ();
void set (PolarLegendBoxCategorization value);
}Property Value
Type:
PolarLegendBoxCategorization
See Also