Bar plot properties that can be animated using Core Animation.
More...
Bar plot properties that can be animated using Core Animation.
◆ barBaseCornerRadius
The corner radius for the end of the bars drawn at the base value. Default is 0.0
for square corners.
◆ barCornerRadius
The corner radius for the end of the bars. Default is 0.0
for square corners.
◆ barOffset
The starting offset of the first bar in location data units.
◆ barWidth
The width of each bar. Either view or plot coordinates can be used.
With plot coordinates, the bar locations are one data unit apart (e.g., 1, 2, 3, etc.), a value of 1.0
will result in bars that touch each other; a value of 0.5
will result in bars that are as wide as the gap between them.
- See also
- barWidthsAreInViewCoordinates
◆ baseValue
The coordinate value of the fixed end of the bars. This is only used if barBasesVary is NO. Otherwise, the data source will be queried for an appropriate value of CPTBarPlotFieldBarBase.