Click or drag to resize

HalfDonutHideSlice Method

LightningChart .NET Help
Hides or shows a slice.

Namespace:  Arction.CustomControls.Wpf
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool HideSlice(
	int i,
	bool Visible = false
)

Parameters

i
Type: SystemInt32
slice index
Visible (Optional)
Type: SystemBoolean
Boolean to show or hide a slice

Return Value

Type: Boolean
If successful
See Also