private string _Caption = "曲線圖"; [CategoryAttribute("自定義屬性"), DescriptionAttribute("標題"), DefaultValue("曲線")] public string Caption { set { _Caption = value; } get { return _Caption; } }