Group: Forum Members
Last Active: 12 Years Ago
Posts: 30,
Visits: 1
|
I add a textbox control to the nChartControl1 as follows: NTextBox textBox = new NTextBox(); textBox.Location = new Point(10,10); textBox.Size = new Size(100,100); nChartControl1.Controls.Add(textBox); However, if I try to pan the chart left/right, the textbox control will always stays at the same place. Is it possible to allow it to move with panning.
Thank you.
Enjoyear
|