GithubHelp home page GithubHelp logo

histogramview's Introduction

HistogramView

Android自定义柱形图

Download

image

属性及使用说明

  • 自定义属性
    <!--纵坐标单位-->
    <attr name="unit" format="string|reference"/>
    <!--坐标轴颜色-->
    <attr name="axisColor" format="color"/>
    <!--坐标轴文字颜色-->
    <attr name="axisTextColor" format="color"/>
    <!--坐标轴粗细-->
    <attr name="axisWidth" format="dimension"/>
    <!--柱子颜色-->
    <attr name="pillarsColor" format="color"/>
    <!--柱子上标注文字颜色-->
    <attr name="pillarsTextColor" format="color"/>
    <!--是否显示柱子上标注文字-->
    <attr name="showPillarsText" format="boolean"/>
    <!--纵坐标单位间隔量(默认5)-->
    <attr name="verticalUnitCount" format="integer"/>
    <!--纵坐标总量(默认100)-->
    <attr name="verticalCount" format="integer"/>
    <!--柱子之间的间隔距离-->
    <attr name="horizontalSpacing" format="dimension"/>
  • 设置数据
    histogramView.setXAxisStrings(strArray)
    histogramView.setPillarsNumbers(pillarsNumArray)

histogramview's People

Contributors

jeremyleel avatar

Stargazers

Ling avatar  avatar QRoronoa avatar 老A avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.