Chart FX-Data Grid
Chart FX provides a spreadsheet called DataGrid allowing the user to see all the series and points contained within the chart in a spreadsheet type fashion. By default, the DataGrid is readonly, however the developer can to be editable by disabling the ReadOnly property as shown below.
Additionally, the DataGrid allows permits the developer to fully customize the look and feel for at a very granular level by using per-cell attributes. Cell attributes include BackColor, BorderColor, BorderWidth, FontStyle as well as TextColor. For example, if you would like to set the first cell's border and background color, you would use the following code:
Note: Based on customer feedback, FontStyle is made available instead a more generic Font property allowing you to customize the look of the font without changing the font itself. The possible styles are Bold, Italic, Regular, Stirkeout & Underline.
© Copyright 2000-2023 COGITO SOFTWARE CO.,LTD. All rights reserved