Content Property (ChartTooltip)
In This Topic
Gets or sets the tooltip content.
Syntax
'Declaration
Public Property Content As System.String
'Usage
Dim instance As ChartTooltip
Dim value As System.String
instance.Content = value
value = instance.Content
public System.string Content {get; set;}
public read-write property Content: System.String;
public function get,set Content : System.String
public: __property System.string* get_Content();
public: __property void set_Content(
System.string* value
);
public:
property System.String^ Content {
System.String^ get();
void set ( System.String^ value);
}
See Also