<?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>idea Add public charting classes to ArcGIS Pro SDK in ArcGIS Pro SDK Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idi-p/928347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I'm able to create line charts, profile graphs, etc. on a feature layer, but I have to use the CIMChart classes in the ArcGIS.Core.Internal.CIM namespace. I don't see any documentation online (yay IntelliSense), and the&amp;nbsp;namespace implies that it isn't intended for "public" use. The solution is built solely on trial and error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I was informed that charting built into the Python library (&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/classes/chart.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/classes/chart.htm"&gt;Chart—ArcPy classes | ArcGIS Desktop&lt;/A&gt;), but it isn't currently available in the .NET SDK.&amp;nbsp;&lt;SPAN&gt;We have a tool in a few ArcMap extensions that allows users to sketch a line segment, then runs LOS analysis on the segment and generates a profile graph so the user has multiple visualizations. We're trying to migrate to ArcGIS Pro, so this functionality would be very beneficial.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 18:28:33 GMT</pubDate>
    <dc:creator>StephenRhea2</dc:creator>
    <dc:date>2018-01-17T18:28:33Z</dc:date>
    <item>
      <title>Add public charting classes to ArcGIS Pro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idi-p/928347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I'm able to create line charts, profile graphs, etc. on a feature layer, but I have to use the CIMChart classes in the ArcGIS.Core.Internal.CIM namespace. I don't see any documentation online (yay IntelliSense), and the&amp;nbsp;namespace implies that it isn't intended for "public" use. The solution is built solely on trial and error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I was informed that charting built into the Python library (&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/classes/chart.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/classes/chart.htm"&gt;Chart—ArcPy classes | ArcGIS Desktop&lt;/A&gt;), but it isn't currently available in the .NET SDK.&amp;nbsp;&lt;SPAN&gt;We have a tool in a few ArcMap extensions that allows users to sketch a line segment, then runs LOS analysis on the segment and generates a profile graph so the user has multiple visualizations. We're trying to migrate to ArcGIS Pro, so this functionality would be very beneficial.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idi-p/928347</guid>
      <dc:creator>StephenRhea2</dc:creator>
      <dc:date>2018-01-17T18:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add public charting classes to ArcGIS Pro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928348#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/arcgis-pro-sdk?sr=search&amp;amp;searchId=f8129400-971e-4507-9c00-34a565e48962&amp;amp;searchIndex=1"&gt;https://community.esri.com/groups/arcgis-pro-sdk?sr=search&amp;amp;searchId=f8129400-971e-4507-9c00-34a565e48962&amp;amp;searchIndex=1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 22:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928348#M44</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2018-01-22T22:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add public charting classes to ArcGIS Pro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928349#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a workaround in the meantime. It's not ideal since we aren't a Python shop, but it works.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Create&amp;nbsp;a Python toolbox containing&amp;nbsp;a tool that creates the chart. (&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/creating-a-new-python-toolbox.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/geoprocessing_and_python/creating-a-new-python-toolbox.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Creating a new Python toolbox—Geoprocessing and Python | ArcGIS Desktop&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;In the Add-In,&amp;nbsp;create a new project item from the .pyt file and add it to the project.&lt;/LI&gt;&lt;LI&gt;Call the tool&amp;nbsp;the same way a geoprocessing tool is called.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; toolboxPath &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;@"C:\PythonScripts\CustomExtensions.pyt"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; newItem &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; ItemFactory&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Instance&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Create&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;toolboxPath&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;as&lt;/SPAN&gt; IProjectItem&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;await&lt;/SPAN&gt; QueuedTask&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; Project&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;RemoveItem&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;newItem&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp; Project&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Current&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;AddItem&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;newItem&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; cancellableProgressor &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;CancelableProgressorSource&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Calling the script"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

Geoprocessing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;ExecuteToolAsync&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"ChartTool_CustomExtensions"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;List&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;string&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;null&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; cancellableProgressor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Progressor&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 11:52:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928349#M45</guid>
      <dc:creator>StephenRhea2</dc:creator>
      <dc:date>2021-12-12T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add public charting classes to ArcGIS Pro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928350#M46</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Stephen,&amp;nbsp; I'm currently trying to create a simple line chart in Pro.&amp;nbsp; You said you were able to do that using the CIMChart classes.&amp;nbsp; I've been poking around trying to do that without any luck.&amp;nbsp; Could you possible provide the code that you used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 23:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928350#M46</guid>
      <dc:creator>KarenMeinstein</dc:creator>
      <dc:date>2019-10-08T23:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add public charting classes to ArcGIS Pro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928351#M47</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+1 for charting functionality in Pro via the SDK!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am porting an ArcMap add-in to Pro. In ArcMap, a user could click a feature in the map to create a plot from data in a related time series table (standalone table in the map). If the user clicked another feature, a second line would be added to the same graph if it was still visible.&amp;nbsp; And so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another tool would generate a separate graph for each selected feature in a layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a unique value renderer is applied to the feature layer, the graphed line shows up as the same color as the feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No brushing capabilities (e.g., selecting a data point in the graph will also select the related time series row) are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I shipped a template tee chart (*.tee) in the add-in file to set a lot of default properties for the appearance of the chart, so that I only had to deal with minimal adjustments in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Stephen, for initiating this Idea!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2020 16:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928351#M47</guid>
      <dc:creator>TimWhiteaker</dc:creator>
      <dc:date>2020-04-18T16:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add public charting classes to ArcGIS Pro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928352#M48</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, brushing is not only not required, but is avoided. The user may want to show different time ranges in each plot, and would thus not want previously generated plots to be automatically updated to reflect whatever selection was on the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2020 16:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-ideas/add-public-charting-classes-to-arcgis-pro-sdk/idc-p/928352#M48</guid>
      <dc:creator>TimWhiteaker</dc:creator>
      <dc:date>2020-04-18T16:39:55Z</dc:date>
    </item>
  </channel>
</rss>

