kaiserfarrell / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CPTPlotSymbol for downward triangle. #480

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As of now we are having the plot symbol type of CPTPlotSymbolTypeTriangle to 
display the triangle in the upper direction. So now I need an enumeration type 
for a triangle in a downward direction. Is this possible with our current 
version of core plot?
Please correct me if i am wrong.

Original issue reported on code.google.com by prakash....@gmail.com on 30 Nov 2012 at 10:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
There is no built-in code for another triangle, but you can use a custom symbol 
to create any shape you want. Look at the drawing code in -newSymbolPath to see 
how the triangle is defined. The plot symbol demo in the Mac CPTTestApp example 
app shows how to use custom symbols. 

Original comment by eskr...@mac.com on 30 Nov 2012 at 11:44