NChartSeriesSettings Class Reference
Inherits from | NSObject |
---|---|
Declared in | NChartSeries.h |
Overview
The NChartSeriesSettings class provides basic container for settings that are to be applied for all the series of
particular type that are added to the chart. For different types of series there are different classes of containers
that are inherited from NChartSeriesSettings. You can add the settings to the chart via addSeriesSettings:
method
of NChart. The settings are applied to the series while
+ seriesSettings
Create instance of settings.
+ (id)seriesSettings
Return Value
an autoreleased instance of the series.
Declared In
NChartSeries.h
isRudimentEnabled
Flag determining if rudiment is allowed. The default value is YES.
Rudiment is a part of series that remains unused from the previous displayed data set and disappears
by the animated transition.
@property (nonatomic, assign) BOOL isRudimentEnabled
Return Value
YES if rudiment is enabled, NO if not.
Declared In
NChartSeries.h