Click or drag to resize

HalfDonutChangeSliceColor Method

LightningChart .NET Help
Change slice color.

Namespace:  Arction.CustomControls.Wpf
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool ChangeSliceColor(
	int slice,
	Color color
)

Parameters

slice
Type: SystemInt32
Index of the slice
color
Type: System.Windows.MediaColor
New color

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Arction.CustomControls.Wpf.HalfDonut.ChangeSliceColor(System.Int32,System.Windows.Media.Color)"]

See Also