Skip to content

velmurugan-murugesan/CircleGraphAndroid

Repository files navigation

CircleGraph For Android

CircleGraphAndroid library having two types of graph.

1.Full Circle Graph

2.Half Circle Graph

Including in your project

Add CircleGraph Library in your Project app.gradle Dependencies.

dependencies {
    compile project(':circlegraph')
}

How to Use

Define the VIew in your layout XML file.

<circlegraph.velmurugan.com.circlegraph.CircleGraphView
            android:id="@+id/graphView"
            android:layout_width="match_parent"
            android:layout_height="400dp"
            android:layout_margin="10dp"
            circlegraph:text_enabled="true"
            circlegraph:text_size="20sp"
            android:layout_gravity="center_horizontal"
            circlegraph:circle_type="half_circle"
            circlegraph:text_color="@android:color/holo_green_light"
            />

Releases

No releases published

Packages

No packages published

Languages