美文网首页恩美第二个APP项目
OC-折线图/K图/折线背景渐变

OC-折线图/K图/折线背景渐变

作者: trinity_ | 来源:发表于2016-09-29 17:19 被阅读360次

这里是下载地址

效果展示

折线图效果展示 k图效果展示 放大效果展示

示例代码:

lchart = [[LChartView alloc] init];

[lchart initWithFrame:CGRectMake(0, 0, _bkVWidth.constant, _bkVHeight.constant)

itemWidth:kItemSpace

leftLabelCount:5

bottomLabelCount:4

leftViewWidth:50

bottomViewHeight:25

isStock:YES

isGradient:YES

];

frame---整体坐标

itemWidth---每个点的宽度

leftLabelCount---左边坐标的个数

bottomLabelCount---底部坐标的个数,此处数据是虚假的,可根据实际情况自己更改

leftViewWidth---左边坐标视图的宽度

bottomViewHeight---底部坐标视图的高度

isStock---是否是k图,之后可以通过改变此属性来改变样式(k图,折线图)

isGradient---是否填充渐变色背景,只针对折线图有效果

相关文章

网友评论

    本文标题:OC-折线图/K图/折线背景渐变

    本文链接:https://www.haomeiwen.com/subject/uhxlyttx.html