public class Condition extends BaseOption
Under which conditions the rule applies.
Copyright (c) 2018 Powerbuilt Systems. All rights reserved.Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
Number |
getMaxWidth()
The responsive rule applies if the chart width is less than this.
|
Number |
maxWidth()
The responsive rule applies if the chart width is less than this.
|
Condition |
maxWidth(Number maxWidth)
The responsive rule applies if the chart width is less than this.
|
Condition |
setMaxWidth(Number maxWidth)
The responsive rule applies if the chart width is less than this.
|
set_hcNulledOption
public Number maxWidth()
The responsive rule applies if the chart width is less than this.
public Condition maxWidth(Number maxWidth)
The responsive rule applies if the chart width is less than this.
maxWidth
- the value for the maxWidth optionpublic Number getMaxWidth()
The responsive rule applies if the chart width is less than this.
Copyright © 2022. All rights reserved.