NeckHeight Property (FunnelOptions)
In This Topic
Specifies the neck height as a percentage for the Funnel chart.The default value is 0.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property NeckHeight As System.Single
'Usage
Dim instance As FunnelOptions
Dim value As System.Single
instance.NeckHeight = value
value = instance.NeckHeight
[System.ComponentModel.DefaultValue(0)]
public System.float NeckHeight {get; set;}
public read-write property NeckHeight: System.Single;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set NeckHeight : System.float
[System.ComponentModel.DefaultValue(0)]
public: __property System.float get_NeckHeight();
public: __property void set_NeckHeight(
System.float value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.float NeckHeight {
System.float get();
void set ( System.float value);
}
See Also