AAChartModel / AAChartCore

📈📊☕️☕️☕️An elegant modern declarative data visualization chart framework for Android. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, arearange, areasplinerange, columnrange, bubble, box plot, error bars, funnel, waterfall and polar chart types.极其精美而又强大的 Android 数据可视化图表框架,支持柱状图、条形图、折线图、曲线图、折线填充图、曲线填充图、气泡图、扇形图、环形图、散点图、雷达图、混合图等各种类型的多达几十种的信息图图表,完全满足工作所需.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何保留X轴刻度labels,隐藏X轴线?

wangrui-spiderNet opened this issue · comments

试了以下方法都不起作用:
.xAxisGridLineWidth(0f);//不起作用,X轴刻度线还在
.xAxisLabelsEnabled(true);
.xAxisVisible(false)//会把labels和刻度线一起隐藏

commented
.xAxisGridLineWidth(0f);//不起作用,X轴刻度线还在

这个是设置 X轴的网格线的, 不是设置 X 轴本身的轴线

commented

设置 X 轴本身的轴线的, 请使用下面的属性:

    public Float lineWidth; //坐标轴轴线宽度
    public String lineColor; //坐标轴轴线线颜色