HalfDonutRemoveSlice Method |
LightningChart .NET Help
Removes the slice at given index.
Namespace:
Arction.CustomControls.Wpf
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool RemoveSlice(
int i
)
Public Function RemoveSlice (
i As Integer
) As Boolean
public:
bool RemoveSlice(
int i
)
Parameters
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:Arction.CustomControls.Wpf.HalfDonut.RemoveSlice(System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Arction.CustomControls.Wpf.HalfDonut.RemoveSlice(System.Int32)"]
See Also