PieSliceShowInLegendBox Property |
LightningChart .NET Help
Enlists the series title text in Legend box of the chart
Namespace:
Arction.Wpf.Charting.Views.ViewPie3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool ShowInLegendBox { get; set; }<DefaultValueAttribute(true)>
Public Property ShowInLegendBox As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ShowInLegendBox {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also