public interface AXDataAxisDescriptor extends NSCopying
| Modifier and Type | Method and Description |
|---|---|
NSAttributedString |
attributedTitle()
An attributed version of the title of this axis.
|
void |
setAttributedTitle(NSAttributedString value)
An attributed version of the title of this axis.
|
void |
setTitle(java.lang.String value)
The name or title of this axis.
|
java.lang.String |
title()
The name or title of this axis.
|
copyWithZoneNSAttributedString attributedTitle()
void setAttributedTitle(NSAttributedString value)
void setTitle(java.lang.String value)
java.lang.String title()