Skip to main content
A newer version of this page is available.

DXStripBase Class

The base class for all Strip classes.

Declaration

@interface DXStripBase: DXChartElement

Remarks

The next image represents a strip line’s elements:

Strip

The following descendant classes are available: DXQualitativeStrip, DXNumericStrip, DXDateTimeStrip.

Inheritance

NSObject
DXChartElement
DXStripBase

Properties

hidden Property

Gets or sets the value indicating whether the strip is hidden.

Declaration

@property (readwrite) BOOL hidden

Property Value

Type Description
BOOL

YES if the strip is hidden; otherwise NO.

label Property

Gets or sets the strip’s label settings.

Declaration

@property (readwrite, nullable) DXStripAxisLabel *label

Property Value

Type Description
DXStripAxisLabel *

The DXStripAxisLabel object that is the strip’s label settings storage.

legendText Property

Gets or sets the text that the chart legend uses as a strip’s display name.

Declaration

@property (readwrite, copy, nullable) NSString *legendText

Property Value

Type Description
NSString *

The String object that is the text that the chart legend uses as a strip’s display name.

legendTextHidden Property

Gets or sets the value indicating whether the strip’s legend item is hidden in the chart’s legend.

Declaration

@property (readwrite) BOOL legendTextHidden

Property Value

Type Description
BOOL

YES if the strip’s legend item is hidden in the chart’s legend; otherwise NO.

maxLimitEnabled Property

Gets or sets the value indicating whether the descendant’s maxLimit property specifies the strip’s maximum limit.

Declaration

@property (readwrite) BOOL maxLimitEnabled

Property Value

Type Description
BOOL

YES if range should use the value that specifies the descendant’s maxLimit property; otherwise NO.

Remarks

If the maxLimitEnabled is set to NO, then the strip’s actual maximum value is equal to the axis range’s maximum value.

minLimitEnabled Property

Gets or sets the value indicating whether the descendant’s minLimit property specifies the strip’s minimum limit.

Declaration

@property (readwrite) BOOL minLimitEnabled

Property Value

Type Description
BOOL

YES if range should use the value that specifies the descendant’s minLimit property; otherwise NO.

Remarks

If the minLimitEnabled is set to NO, then the strip’s actual minimum value is equal to the axis range’s minimum value.

style Property

Gets or sets the strip’s appearance settings.

Declaration

@property (readwrite, nullable) DXStripStyle *style

Property Value

Type Description
DXStripStyle *

The DXStripAxisLabel object that is the strip’s appearance settings storage.