Jump to content
Software FX Community

Data grid Size issue


User (Legacy)

Recommended Posts

I have want to display the data grid on my chart, on the right side of the 

chart. However, when the chart is built, it compresses the data grid to one

column. How do I stop this from happening as I want two columns visable on

the data grid, without having to scroll. Also, who do I show a line on the

chart when I select the data from the grid?

Thanks

Brad

Link to comment
Share on other sites

> How do I stop this from happening as I want two columns visable on the 

> data grid, without having to scroll

The MaxSizePercentage in the DataGrid class controls the maximum size of the

DataGrid relative to the chart. increasing this property will allow the

DataGrid to take up more space if needed. Notice that setting this property

to a high value may result on a chart where only the datagrid is visible and

there is no room for the chart.

> Also, who do I show a line on the chart when I select the data from the

> grid?

What do you mean by "select the data" there is no selection in the DataGrid.

Do you mean Highlight ? Click ?

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...