public class SeriesPieDataLabelsOptions extends BaseOption
Constructor and Description |
---|
SeriesPieDataLabelsOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Enable or disable the data labels.
|
SeriesPieDataLabelsOptions |
enabled(Boolean enabled)
Enable or disable the data labels.
|
String |
format()
A format string for the data label.
|
SeriesPieDataLabelsOptions |
format(String format)
A format string for the data label.
|
Boolean |
getEnabled()
Enable or disable the data labels.
|
String |
getFormat()
A format string for the data label.
|
CSSObject |
getStyle()
Styles for the label.
|
SeriesPieDataLabelsOptions |
setEnabled(Boolean enabled)
Enable or disable the data labels.
|
SeriesPieDataLabelsOptions |
setFormat(String format)
A format string for the data label.
|
SeriesPieDataLabelsOptions |
setStyle(CSSObject style)
Styles for the label.
|
CSSObject |
style()
Styles for the label.
|
SeriesPieDataLabelsOptions |
style(CSSObject style)
Styles for the label.
|
set_hcNulledOption
public Boolean enabled()
public SeriesPieDataLabelsOptions enabled(Boolean enabled)
enabled
- the value for the enabled optionpublic Boolean getEnabled()
public SeriesPieDataLabelsOptions setEnabled(Boolean enabled)
enabled
- the value for the enabled optionpublic String format()
public SeriesPieDataLabelsOptions format(String format)
format
- the value for the format optionpublic String getFormat()
public SeriesPieDataLabelsOptions setFormat(String format)
format
- the value for the format optionpublic CSSObject style()
public SeriesPieDataLabelsOptions style(CSSObject style)
style
- the value for the style optionpublic CSSObject getStyle()
public SeriesPieDataLabelsOptions setStyle(CSSObject style)
style
- the value for the style optionCopyright © 2022. All rights reserved.