Coreplot - 可伸缩图像

时间:2013-04-15 08:52:31

标签: core-plot

我无法在CorePlot中找到有关可伸缩图像的任何示例或任何其他问题。我正在尝试在我的图形中使用注释,其图像必须是可伸缩的(图像的角必须不受影响)。

我使用fill设置注释的fillWithImage:,我认为我在那个位置上是正确的,但是图像正在完全调整自己,同时拉伸角落。

我尝试了我知道或已经看过的UIImageCPTImage的所有组合。但无济于事。

一个例子是:

 UIImage *annotationImage = [[UIImage imageNamed:@"image.png"] stretchableImageWithLeftCapWidth:13 topCapHeight:12];
 CPTFill *annotationFill = [CPTFill fillWithImage:[CPTImage imageWithCGImage:annotationImage.CGImage]];
 borderLayer.fill = annotationFill;

请告诉我这是可能的,我遗失了一些东西。

提前致谢

1 个答案:

答案 0 :(得分:0)

当前版本的Core Plot不支持此功能。请在Core Plot issue tracker上打开增强请求。