NSArray< CPTLegendEntry * > CPTLegendEntryArray
An array of CPTLegendEntry objects.
Definition: CPTLegendEntry.h:7
CPTTextStyle * textStyle
The text style used to draw the legend entry title.
Definition: CPTLegendEntry.h:29
NSUInteger row
The row number where this entry appears in the legend (first row is 0).
Definition: CPTLegendEntry.h:34
A graph legend entry.
Definition: CPTLegendEntry.h:19
Immutable wrapper for various text style properties.
Definition: CPTTextStyle.h:18
NSUInteger index
The zero-based index of the legend entry for the given plot.
Definition: CPTLegendEntry.h:24
CPTPlot * plot
The plot associated with this legend entry.
Definition: CPTLegendEntry.h:23
NSUInteger column
The column number where this entry appears in the legend (first column is 0).
Definition: CPTLegendEntry.h:35
CGSize titleSize
The size of the legend entry title when drawn using the textStyle.
Definition: CPTLegendEntry.h:36
NSMutableArray< CPTLegendEntry * > CPTMutableLegendEntryArray
A mutable array of CPTLegendEntry objects.
Definition: CPTLegendEntry.h:17
#define cpt_weak_property
A custom definition for automatic reference counting (ARC) weak properties that falls back to assign ...
Definition: CPTDefinitions.h:32