NChartFunnelSeriesBottomRadius Property |
Bottom radius of the series in interval [0, 1]. The default value is 0.5.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float BottomRadius { get; set; }
Public Property BottomRadius As Single
Get
Set
public:
virtual property float BottomRadius {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also