Click or drag to resize

HalfDonutAddSlice Method

LightningChart .NET Help
Add a slice. SliceValue must be non negative. If negative, won't be added.

Namespace:  Arction.CustomControls.Wpf
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void AddSlice(
	double SliceValue,
	string SliceIndicator,
	Color color
)

Parameters

SliceValue
Type: SystemDouble
Value of Slice
SliceIndicator
Type: SystemString
Slice indicator AKA tag,name...
color
Type: System.Windows.MediaColor
Slice color.
See Also