TMSFMXChart "line thickness"

Hi.


Sorry bad english.
I write Android app and i draw the temperature curve in FMXChart-components.
Its good, but line thickness is very thin, hard to see.
Can i change  line thickness?

Yes, you can do this with:

  TMSFMXChart.Series[serieindex].StrokeThickness : double;

Thanks.

Documents will not tell you this very well.
Line type can also be changed (i mean the type _____ or . . .  . . . or - - - - etc)?
Can I save a graph to an image (Android!)?

Jukka
  1. Yes, there is also a Stroke property TMSFMXChart.Series[serieindex].Stroke that allows you to change the stroke type

    2) See TMSFMXChart.SaveToImage()