Code Monkey home page Code Monkey logo

chartview's Introduction

Title Description Author Tags
DChartView
simple Line Chart Representation with Data.
Dipen Panchasara
Objective-c, IOS, iPhone, iPad

ChartView

DChartView is customised Linechart for any representation, its build with coregraphics so no need to worry about load on you application, use it withs simple initialization and set your values, thats all...!!

Frameworks

Quartzcore.framework

How to use it

Step 1: Import Header to your ViewController

//#import "DPlotChart.h"

Step 2: Instantiate the object with frame

DPlotChart *plotChart = [[DPlotChart alloc] initWithFrame:CGRectMake(10, 70, 250, 300)];

Step 3: Pass NSOrdeset Object with Data

[plotChart createChartWith:arrHistoricData];

Step 4: Add Chart to your view

[self.view addSubview:plotChart];

Thats all, it will do remaining..

profile for Dipen Panchasara at Stack Overflow, Q&A for professional and enthusiast programmers

chartview's People

Stargazers

AnuragSharma avatar  avatar 小码歌 avatar 漠 avatar  avatar Kevin Hsu avatar huanglianbing avatar  avatar awesome avatar Victor Carreño avatar Paolo Furlan avatar Kien Lhi avatar Carabineiro avatar tuzhengyao avatar Makoto Shoji avatar Wang Yandong avatar Frederic Bronner avatar  avatar sprhawk avatar  avatar  avatar  avatar ZY avatar  avatar Pierre Rougeot avatar Carlos Eugenio Torres avatar Glenn avatar Indrajit Chakrabarty avatar Gleb Dolgich avatar Grzegorz Adam Hankiewicz avatar André Bohna avatar John Joyce avatar

Watchers

Carlos Eugenio Torres avatar James Cloos avatar Dipen Panchasara avatar Carabineiro 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.