<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Calendar Chart Title Not Honoring Updates in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104899#M7217</link>
    <description>&lt;P&gt;Hi, this is Drew from the dev team.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;@Anonymous User&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;, we have resolved this issue in the ArcGIS Pro 2.9 daily builds; if you are part of the beta program you'll see the fix in 2.9 Beta 2. If you're interested in joining the beta program to test this and other issues and enhancements in Pro 2.9, send an email to me at dflater@esri.com&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 17:13:05 GMT</pubDate>
    <dc:creator>DrewFlater</dc:creator>
    <dc:date>2021-10-05T17:13:05Z</dc:date>
    <item>
      <title>Calendar Chart Title Not Honoring Updates</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1103692#M7203</link>
      <description>&lt;P&gt;I am having heartburn getting Chart Titles to properly update for Calendar Heat Charts and Clock Charts.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The application (Pro 2.7) iterates through all of the charts of a feature class.&amp;nbsp; I have tracked the values through debugging and can see the title property is correctly defined.&amp;nbsp; However, any Calendar Chart or Clock Chart do not honor the new title.&amp;nbsp; Line Charts and Bar Charts work with no grief.&lt;/P&gt;
&lt;P&gt;If I close the Calendar or Clock Chart pane and reopen it, it does then carry the correct title.&lt;/P&gt;
&lt;P&gt;Here is the routine that I am using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;await QueuedTask.Run(() =&amp;gt;
{
    var layd2 = SelectedCubeAnalysisLayer.GetDefinition();
    if (layd2.Charts != null)
    {
       int i = 0;
       foreach (var item in layd2.Charts)
       {
         string strMeasMethod = ReturnMeasMethod();
         string strMeasType = ReturnMeasType();
         string strCharType = ReturnChartTypeFromName(item.Name);
         string strChartName = item.Name;

         CIMChart theUniversalChart = (CIMChart)item;
         CIMChartGeneralProperties CIMUniversalChartProps = theUniversalChart.GeneralProperties;
         string strWatershedName = RetrieveWaterShedName();
         CIMUniversalChartProps.Title = strWatershedName + " " + strMeasType + " " + strMeasMethod + " " + MinDate.Replace("12:00:00 PM","") + " to " + MaxDate.Replace("12:00:00 PM", "") + " " + strFilterMessage + strCharType;
         CIMUniversalChartProps.SubTitle = "SubTitle";
         CIMUniversalChartProps.ShowSubTitle = true;
         theUniversalChart.GeneralProperties = CIMUniversalChartProps;
         layd2.Charts[i] = theUniversalChart;
         SelectedCubeAnalysisLayer.SetDefinition(layd2);
         i++;
      }
    }

  });&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have included some screen shots from Visual Studio that shows the values correctly populated for each chart&amp;nbsp; Note the Title property value references the same dates ( 12-28-2019 to 1/3/2020 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chart type.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudioLineBarVals.jpg" style="width: 563px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24294i034AABDC3ACDF1EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="VisualStudioLineBarVals.jpg" alt="VisualStudioLineBarVals.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudioLineChartVals.jpg" style="width: 568px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24295iB050C6A7617FF0C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="VisualStudioLineChartVals.jpg" alt="VisualStudioLineChartVals.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VisualStudioCalChartVals.jpg" style="width: 563px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24296i17DE1A39A573C380/image-size/large?v=v2&amp;amp;px=999" role="button" title="VisualStudioCalChartVals.jpg" alt="VisualStudioCalChartVals.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following screen shots show the results from Pro of the Charts.&amp;nbsp; The Bar Chart and the Line chart title contains the correct dates.&amp;nbsp; The Calendar chart&amp;nbsp; does not show the correct dates.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar Chart Result" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24297i71B48E1B65C7A5EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProBarChartResult.jpg" alt="Bar Chart Result" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Bar Chart Result&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Line Chart Result" style="width: 959px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24298i7055B0CAFA9BC010/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProLineChartResult.jpg" alt="Line Chart Result" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Line Chart Result&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Calendar Chart Result" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/24299iEFB977FAB3A900D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="ProCalChartResult.jpg" alt="Calendar Chart Result" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Calendar Chart Result&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Not sure why Calendar and Clock don't like having their title changed.&lt;/P&gt;
&lt;P&gt;Any insight would be appreciated.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 01:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1103692#M7203</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2024-02-15T01:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Chart Title Not Honoring Updates</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104009#M7207</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am able to see this issue also. I have shared this info with the developer and will let you know when there is a resolution.&lt;/P&gt;&lt;P&gt;Thanks for reporting this!&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 17:10:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104009#M7207</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-10-01T17:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Chart Title Not Honoring Updates</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104015#M7208</link>
      <description>&lt;P&gt;Thanks Uma!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 01:16:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104015#M7208</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2024-02-15T01:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calendar Chart Title Not Honoring Updates</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104899#M7217</link>
      <description>&lt;P&gt;Hi, this is Drew from the dev team.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;@Anonymous User&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/9021"&gt;@UmaHarano&lt;/a&gt;&amp;nbsp;, we have resolved this issue in the ArcGIS Pro 2.9 daily builds; if you are part of the beta program you'll see the fix in 2.9 Beta 2. If you're interested in joining the beta program to test this and other issues and enhancements in Pro 2.9, send an email to me at dflater@esri.com&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 17:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/calendar-chart-title-not-honoring-updates/m-p/1104899#M7217</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2021-10-05T17:13:05Z</dc:date>
    </item>
  </channel>
</rss>

