Click or drag to resize
NChartAreaSeriesSettingsFillRatio Property
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.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float FillRatio { get; set; }

Property Value

Type: Single

Implements

INChartSolidSeriesSettingsFillRatio
See Also