NChartBarSeriesSettingsColumnGroupFillRatio Property |
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.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float ColumnGroupFillRatio { get; set; }
Public Property ColumnGroupFillRatio As Single
Get
Set
public:
virtual property float ColumnGroupFillRatio {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleImplements
INChartColumnSeriesSettingsColumnGroupFillRatioSee Also