Search the Community
Showing results for tags 'legend'.
-
How could I remove OEM license icon? or how to expand chart area?
Hayeon posted a question in General Questions
Hi jChartFX Team. We have jChartFX Plus OEM license to make our application. Therefore, we could remove the watermark from charts However, we found out some issues after the watermark is removed. First of all, according to article (http://support.softwarefx.com/jChartFX/article/2501235#!1500134), the article says "A component licensed with an OEM License will randomly display a small grayed-out information icon on the right bottom corner of the component.". Actually, we want to remove the small grayed-out information icon which is randomly displayed. Do you have any idea how to stop displaying the icon? Additionally, we found out that the license icon occupied fixed part of chart although the icon is not shown. If the fixed area where is allocated by the icon, our chart size will be increased to the area. How could I expand chart size to the fixed icon area? Another question is about a legend box. I attached two chart examples. By comparison with the examples, legend box location is changed. Then, we realized there are some margin from X axis to bottom of chart area when the legend box is located upper side of chart. 'legendup.html' file also has the OEM license icon too. is the margin caused by the icon or legend box location? Please let me know how to fix this issues. Thank you for your help Attached Thumbnails PieChart.bmp legendrightside.html legendup.html -
Hi, We have come into an issue with jChartFX in displaying multi-series legend labels in a chart. In this case we are using a line chart. The problem is when the last series has null data (i.e. no data points), but there is a series label, that series label does not show on the legend. If there null series in the middle (like series 3 of 5) that label IS shown in the legend. The only workaround is to create a datapoint for the last series, then the legend label shows. Example attached. In the example attached there are 5 series. Series #3 and series #5 are null. You will see that series' 3 label (i.e. "Category3") is shown in the legend, but series' 5 label is not shown in the legend (i.e. "Category5"). Even though the data has no values, it is important to know that the series was included in the chart; it's just that there was no data. Chris jChartFX - Issue with null last series.html