NChartPieSeriesSettings Class |
Namespace: NChart3D_UWP
The NChartPieSeriesSettings type exposes the following members.
Name | Description | |
---|---|---|
NChartPieSeriesSettings | Initializes a new instance of the NChartPieSeriesSettings class |
Name | Description | |
---|---|---|
BevelRatio |
Bevel effect ratio that determines size of the bevel for pie series relatively to the whole pie radius.
This property is supported in 2D mode only. The default value is 0.0 (that means no bevel).
This value cannot be less than 0.0 and greater than 1.0.
You also have to set NChartPieSeries.BevelColor to get the bevel effect.
| |
CenterCaption |
Caption that appears in the center of pie.
| |
FillRatio |
Fill ratio for series that determines the amount of place for one series. For example if the fill ratio is 1.0 and
the column series is displayed one column (or one group of columns if there are many series on one chart
at the same time) fills the whole area of one tick on the X and Z axes (for bar series -- on the Y and Z
respectively for area -- it's Z-width and so on). If the fill ratio is 0.5 the column fills half the area of one
tick and so on. The default value is 0.7.
| |
HoleRatio |
Hole radius ratio that determines size of the hole for pie series relatively to the whole pie radius. The default
value 0.1.
This value cannot be less than 0 and greater than 1.0.
| |
InternalSettings |
Return internal class.
| |
RudimentEnabled |
Flag determining if rudiment is allowed. The default value is true.
Rudiment is a part of series that remains unused from the previous displayed data set and disappears
by the animated transition.
| |
SettingsType |
Return own settings type from NChartSeriesSettingsTypes enum.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |