PieSlice Constructor (String, Color, Double, ViewPie3D, Boolean) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting.Views.ViewPie3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PieSlice(
string title,
Color color,
double value,
ViewPie3D owner,
bool addToOwner
)
Public Sub New (
title As String,
color As Color,
value As Double,
owner As ViewPie3D,
addToOwner As Boolean
)
public:
PieSlice(
String^ title,
Color color,
double value,
ViewPie3D^ owner,
bool addToOwner
)
Parameters
- title
- Type: SystemString
Title text. - color
- Type: System.DrawingColor
Color. - value
- Type: SystemDouble
Value of the pie slice. - owner
- Type: Arction.WinForms.Charting.Views.ViewPie3DViewPie3D
Parent. - addToOwner
- Type: SystemBoolean
Add to owner view's Values list.
See Also