Skip to content

使用iOS绘图系统绘制的K线图,K线图采用颜色渐变,显示日期的数据走势。

License

Notifications You must be signed in to change notification settings

hanzhuzi/XRKLinePlot-master

Repository files navigation

XRKLinePlot-master

使用iOS绘图系统绘制的K线图,K线图采用颜色渐变,显示日期的数据走势。

使用

    
    XRKLinePlotView * plotView = [[XRKLinePlotView alloc] initWithFrame:CGRectMake(0, 0, 320, 300)];
    plotView.maxNum = 500.0;
    plotView.minNum = 0.0;
    plotView.dataArray = _dataArray;
    [self.view addSubview:plotView];

About

使用iOS绘图系统绘制的K线图,K线图采用颜色渐变,显示日期的数据走势。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published