{"id":747,"date":"2011-12-15T18:17:45","date_gmt":"2011-12-15T18:17:45","guid":{"rendered":"https:\/\/ibex.tech\/visualcpp\/?p=747"},"modified":"2022-02-17T06:24:03","modified_gmt":"2022-02-17T06:24:03","slug":"title","status":"publish","type":"post","link":"https:\/\/ibex.tech\/visualcpp\/charts\/title","title":{"rendered":"Title"},"content":{"rendered":"<h4>Create a global title object<\/h4>\n<pre><code>\r\nprivate: DataVisualization::Charting::Title ^ChartTitle1;\r\n<\/code><\/pre>\n<h4>Set the title<\/h4>\n<pre><code>\r\n\t\/\/Add the chart title if this is the first time\r\n\tif (ChartTitle1 == nullptr)\r\n\t{\r\n\t\tChartTitle1 = gcnew DataVisualization::Charting::Title();\r\n\t\tChartTitle1-&gt;Name = L\"Title1\";\r\n\t\tChart1-&gt;Titles-&gt;Add(ChartTitle1);\r\n\t}\r\n\r\n\tChartTitle1-&gt;Text = L\"Test\";\t\t\/\/Changing this at any time will update the charts title\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create a global title object private: DataVisualization::Charting::Title ^ChartTitle1; Set the title \/\/Add the chart title if this is the first time if (ChartTitle1 == nullptr) { ChartTitle1 = gcnew DataVisualization::Charting::Title(); ChartTitle1-&gt;Name = L&#8221;Title1&#8243;; Chart1-&gt;Titles-&gt;Add(ChartTitle1); } ChartTitle1-&gt;Text = L&#8221;Test&#8221;; \/\/Changing this at any time will update the charts title<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[],"class_list":["post-747","post","type-post","status-publish","format-standard","hentry","category-charts"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/comments?post=747"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/747\/revisions"}],"predecessor-version":[{"id":1029,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/posts\/747\/revisions\/1029"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/media?parent=747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/categories?post=747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/visualcpp\/wp-json\/wp\/v2\/tags?post=747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}