Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
How to Modify Existing Layer
posted

Hi,

 i am using composite chart.

I am adding 2 layers to composite chart as below

ultraChart1.CompositeChart.ChartLayers.Add(lyTc);

ultraChart1.CompositeChart.ChartLayers.Add(lyEq);

but i am only interested in modifying primitives of first layer i.e. lyTc.

when use FillSceneGraph event of UltraChart i am getting prmitives of both the layers.

is there any way to work only on primitives of first layer lyTC

 

Thanks,

KK

Parents Reply Children
No Data