NChartFunnelSeriesTopRadius Property |
Top 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 TopRadius { get; set; }
Public Property TopRadius As Single
Get
Set
public:
virtual property float TopRadius {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also