In core plot I saw plot symbol,how can I fill plot symbol with color? Can please explain with an example?
And also can make one plot symbol in a specified (x,y) position?
From where I got the complete tutorial for core plot?
In core plot I saw plot symbol,how can I fill plot symbol with color?
Share
Plot symbols are an optional part of the scatter plot. There are lots of examples throughout the example apps included with Core Plot, including a demo in the Plot Gallery that shows all of the predefined plot symbol shapes.
You can have the scatter plot show the same symbol at every data point by setting the
plotSymbolproperty. If you want different symbols at different points, implement one of the following datasource methods:Each plot symbol has a
fillandlineStylethat determine the inside fill and the border line style. These are standardCPTFillandCPTLineStyleobjects used throughout Core Plot.