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
Syntaxpublic bool HideSlice(
int i,
bool Visible = false
)
Public Function HideSlice (
i As Integer,
Optional Visible As Boolean = false
) As Boolean
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:
BooleanIf successful
See Also