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
Syntaxpublic bool ChangeSliceColor(
int slice,
Color color
)
Public Function ChangeSliceColor (
slice As Integer,
color As Color
) As Boolean
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