Hello all,
I am new to ArcGIS Pro SDK for .NET.
I want to customise the Link Chart view but I even can't access it.
I see it located in the mapx so I tried to see what is under ArcGIS.Desktop.Mapping.MapView.Active
I tried MapView.Active.GetSelectedLayers()
but it is not in the collection.
I also tried all other available suggested intellisen under MapView.Active.
It seems it is located under ArcGIS.Desktop.Internal.Mapping? However, I only get equal and somthing like referenceEqual method on classes under Internal. Many things seems to be hidden.
Any suggestions can be provided for my situation? Thanks.