public bool ShowLegend { get; set; }
Public Property ShowLegend As Boolean Get Set
public: property bool ShowLegend { bool get (); void set (bool value); }
member ShowLegend : bool with get, set