Scrollbar Property (ChartLegend)
In This Topic
Gets or sets a value that determines whether the scrollbar should be used for a long legend.
Syntax
'Declaration
Public Property Scrollbar As System.Boolean
'Usage
Dim instance As ChartLegend
Dim value As System.Boolean
instance.Scrollbar = value
value = instance.Scrollbar
public System.bool Scrollbar {get; set;}
public read-write property Scrollbar: System.Boolean;
public function get,set Scrollbar : System.boolean
public: __property System.bool get_Scrollbar();
public: __property void set_Scrollbar(
System.bool value
);
public:
property System.bool Scrollbar {
System.bool get();
void set ( System.bool value);
}
See Also