Advertisement
Guest User

BarChartView Xml Example

a guest
Apr 3rd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <com.michaelpardo.android.widget.chartview.BarChartView
  2.        android:id="@+id/chart_view"
  3.        android:layout_width="match_parent"
  4.        android:layout_height="300dp"
  5.        android:layout_margin="8dp"
  6.        chartview:bottomLabelHeight="20dp"
  7.        chartview:gridLineColor="#E5E5E5"
  8.        chartview:gridLineWidth="1dp"
  9.        chartview:gridLinesVertical="5"
  10.        chartview:leftLabelWidth="56dp" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement