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
Syntaxpublic void AddSlice(
double SliceValue,
string SliceIndicator,
Color color
)
Public Sub AddSlice (
SliceValue As Double,
SliceIndicator As String,
color As Color
)
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