简体   繁体   中英

Spacing between bars in Bar Graph in Android using GraphView Library

I am using GraphView Lib for generating runtime Bar graph What i have achieved is in Snap1--这是我到目前为止所取得的成就

Whereas what i required is in ReqSnap1- 条形图之间有一些空间的 VerticalBar 条形图 ReqSnap2条形图之间有一些空间的水平图--

Any help would be great Thanks in advance

This code create spacing between bars (Kotlin)

barGraphSeries.spacing = 15

This code create spacing between bars (Java)

barGraphSeries.setSpacing(15)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM