Android Question xChart / Design

FrankDev

Active Member
Licensed User
Longtime User
hello

is this feasible with xChart,
i.e. dashed lines and without border limit
(maybe with transparent ?)

the problem is perhaps the 0 line which is also dashed here.

Best regards
Frank
 

Attachments

  • kd_chart.png
    kd_chart.png
    176.1 KB · Views: 182

FrankDev

Active Member
Licensed User
Longtime User
hello Klaus,

I already had that, only the top and right lines are gone.

I have already removed the frame completely,
(BarChart1.GridFrameColor = xui.Color_Transparent)
but then I'm missing the 0-line...

at least for stacked and bar.
With Line it is there ?!?
 
Upvote 0

FrankDev

Active Member
Licensed User
Longtime User
@klaus

with

Chart1.DrawGridFrame = False.

I remove the upper and right boundaries from the chart.
This draws a rectangle around the chart, so to speak.

I wanted to remove the Y-axis. (left)
I have therefore set the axis colour to transparent.

But when I do this, the x-axis of the diagram is also missing.

I have seen how the x-axis cannot be displayed in xChart.
but didn't want to change the source because of that.

Best regards
Frank

Translated with www.DeepL.com/Translator (free version)
 
Upvote 0

FrankDev

Active Member
Licensed User
Longtime User
Hello Klaus,

the diagram now starts 'all' on the left. Before, I always had an empty area before the chart started.
For me it is better now. (I didn't know how to get rid of the empty area until now).

But the issue with the X-axis is a different one.

regards
Frank
 

Attachments

  • Screenshot_2022-01-30.jpg
    Screenshot_2022-01-30.jpg
    141.7 KB · Views: 147
Upvote 0

FrankDev

Active Member
Licensed User
Longtime User
it is about the red line

It's just a line that needs to be changed in your source.

wrote you a pn
 

Attachments

  • Screenshot_2022-01-30.jpg
    Screenshot_2022-01-30.jpg
    148.8 KB · Views: 130
Upvote 0
Top