NChartColumnSeriesSettings Class |
Namespace: NChart3D_UWP
The NChartColumnSeriesSettings type exposes the following members.
Name | Description | |
---|---|---|
NChartColumnSeriesSettings | Initializes a new instance of the NChartColumnSeriesSettings class |
Name | Description | |
---|---|---|
AnimationType |
Animation type of the transition. The default value is NChartColumnAnimationType.Simultaneously.
| |
ColumnGroupFillRatio |
Column group fill ratio for series that determines the amount of place for one column group (for more information
about column groups, see ShouldGroupColumns). For example, if this fill ratio is 1.0, columns in the group are
sticked together with no gaps between them. If the fill ratio is 0.5, columns in the group have gaps and the total
width of the gaps is equal to the total width all columns in the group. The default value is 1.0.
The difference from FillRatio is that FillRatio deals with the gap between column groups and
ColumnGroupFillRatio is responsible for the gap between columns inside the group.
| |
CornerRadius |
Corner radius of the columns relative to the actual column width. The default value is 0.
If the radius is 0, columns have sharp corners. If the radius is 1, columns have rounded corners with the
radius equal to the half of the columns' width.
| |
CylindersResolution |
The resolution of cylinders. Resolution is the amount of vertices that build the circle. For example if you want to
get a square column you should set resolution to 4. If you want to get a cylindrical column you may set a larger
value. But the larger is the resolution the more memory is used and the slower the rendering will be so you should
find out the minimal acceptable value. A good value for cylinder is 16 or 20. The default value is 4.
This value cannot be less than 3 and greater than 32.
| |
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.
| |
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.
| |
ShouldGroupColumns |
Flag that determines if columns should be grouped in the coordinate system cells (true), or not (false). The default
value is true.
If you have a lot of points that share the same cells, it is good idea to set this flag to true
(to let the default), so the columns sharing the cell are distriburted in it. However if you have more than one
series which points are not sharing the same cells (for example, each series has only one point that monopolizes the
cell), it is better to set this flag to false, so the points are not distributed and each one takes its whole cell.
| |
ShouldSmoothCylinders |
Flag that determines if cylinders should appear smooth (true) of faced (false). Generally if you specify low resolution
(see cylindersResolution for details) when the individual faces are still visible it is a good idea to have
cylinders faced and vice versa. The default value is false.
If cylinders are faced it consumes more memory than if they don't by the same resolution.
|
Name | Description | |
---|---|---|
Close | ||
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |