Click or drag to resize

PieSlice Constructor (String, Color, Double, ViewPie3D, Boolean)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.Charting.Views.ViewPie3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PieSlice(
	string title,
	Color color,
	double value,
	ViewPie3D owner,
	bool addToOwner
)

Parameters

title
Type: SystemString
Title text.
color
Type: System.Windows.MediaColor
Color.
value
Type: SystemDouble
Value of the pie slice.
owner
Type: Arction.Wpf.Charting.Views.ViewPie3DViewPie3D
Parent.
addToOwner
Type: SystemBoolean
Add to owner view's Values list.
See Also