How to increase Chart Title and axis scale values and Title in any chart in Anylogic - charts

In AnyLogic, The Chart title and Axis Scale values & Title are very small, Audience are not able to see in these scale values and title in presentation, We have to again redraw all charts in excel with the data provided by AnyLogic, Its a rework. Please give a feature to increase their font in AnyLogic chart.
Image of Chart in AnyLogic

If you are looking for a way to do this yourself and have full control over the chart you can create the following: The top is custom labels for the axis and the bottom is the standard AnyLogic chart
Start by disabling the Y and X-axis
Unfortunately this also removes the lines so you will need to add these yourself.
Now you are free to create your own text objects, place them where you want to, change the color, font etc.
For dates, you can also use your own date formatter

This is not possible. But you can always reduce the size of your chart (relative to the font size) and then use a view area to zoom into the chart to make the fonts look good. Not ideal but possible.
Alternatively, use the Cloud capabilities with responsive charts.
For feature requests, you should best email to support#anylogic.com.
But given that they will launch AnyLogic 9 with a completely revamped UI soon, this will likely not make it for AL8 :)

Related

Is it possible to draw tick marks outside of the X-Axis on Google Charts?

I've done quite a bit of research of google charts(specifically combo chart) and I don't think producing this UI is possible:
This is because:
Gridlines in Google Chart only go inward the graph.
"Ticks" are available, but only as labels.
I don't see any other option to create this effects. Any ideas on how to create this effect?

AnyChart Axis Rotation and Label Positioning

In this example https://playground.anychart.com/Cjb94yIM I have a chart with very long axis label texts.
This is all good, until the labels are rotated. Since the labels are centered, it now looks like they belong to the record next to it. I have commented out code in the example on how I want the labels to be and how I think they should be. Unfortunately, the chart does not scale properly when you adjust the position of the labels. Is that a bug? I don't know how to scale the chart correctly so that you can see everything. And so that the resize still works correctly.
Thanks ahead.
The current version of the library 8.8.0 doesn't provide a solution to meet your requirements. The rotated labels have an anchor in the label center, so a long label can cover the neighbor category. The current API doesn't provide a possibility to anchor the start of the label right in the category.

Line Chart axises layout

I have a line chart as it is showed bellow.
How can I make the x-axis showing off all the data (I need the chart to be in small size), for example as it is appear in the preview bar (I mean by preview bar the scrolling bar under the chart to explore the x-axis value, which I highlighted in red in the second photo). In other words, I want to see somehow the whole data of the x-axis in the chart at once without the preview bar.
I hope someone have an idea to help me out, and much thanks in advance.
I think the answer is that this is a feature, not a bug - as Sense is built to re-size and tailor the view for any screen size you lose control over the minutiae such as what parts of the chart to show.
Sense will always format itself to fit as per predetermined rules in the background.
That being said, the slider at the bottom of the chart displays the entire chart and users can expand the chart to fill the screen. So it might be an idea to instead of trying to fit Sense to your requirements to readjust your users expectations to what Sense can offer.
If you were able to see all the data in such a small chart, it would be unintelligible.

IBM IoT Real-Time insights chart visualizations

Within the IBM IoT Real-Time insights we can display charts of data contained with incoming events. Here is an example of such a chart:
What configuration do we have over the visualization? For example:
Can I control the boldness or visibility of division lines?
Can I place labels on the X-Axis?
Can I move the labels on the Y-Axis to the left of the chart?
Can we plot marker points on the graph showing data points?
Can we control the nature of the curve (it appears like some kind of best fit curve by default)?
The current implementation of the charts allows just a few options for customization, such as the color of the graphs and the size and position of the graph window. The other graph attributes mentioned above are not customizable at the moment.

DynamicDataDisplay chart tools, programmatically adding (pannable) controls to a chart (using ViewportHostPanel)

Dynamic Data Display is a fantastic library that so far has been very useful for me. Thanks go to Mikhail Brinchuk for developing the library.
This posting gives a great tip for adding controls to DynamicDataDisplay charts using xaml that pan and zoom with the chart content: https://dynamicdatadisplay.codeplex.com/discussions/74886
This allows the placement of an image, text, or whatever, on the chart that moves with the chart axes. This is all done in xaml.
How do I add these in the cs code such that I can add controls to the chart (markers, images and such) at run-time? I'm trying to plot some GPS data in one chart using Google maps as the source images. In another chart I'd like to add controls that pan with the data. The above link does this, but I am not able to add it at run-time, nor specify the position in my chart data.