Enumerates all types of a label of a Pie or Doughnut chart.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration PieLabelStyle |
| C# |
|---|
public enum PieLabelStyle |
| Visual C++ |
|---|
public enum class PieLabelStyle |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.PieLabelStyle = function(); Nasosoft.Chart.Drawing.PieLabelStyle.createEnum('Nasosoft.Chart.Drawing.PieLabelStyle', false); |
Members
| Member name | Description | |
|---|---|---|
| Side |
Side Style
| |
| Circle |
Circle Style
| |
| SideFlex |
SideFlex Style
| |
| CircleFlex |
CircleFlex Style
| |
| Ellipse |
Ellipse Style
| |
| EllipseFlex |
EllipseFlex Style
|
