public class Condition extends AbstractConfigurationObject
Constructor and Description |
---|
Condition() |
Modifier and Type | Method and Description |
---|---|
String |
getCallback() |
Number |
getMaxHeight() |
Number |
getMaxWidth() |
Number |
getMinHeight() |
Number |
getMinWidth() |
void |
setCallback(String _fn_callback) |
void |
setMaxHeight(Number maxHeight)
The responsive rule applies if the chart height is less than this.
|
void |
setMaxWidth(Number maxWidth)
The responsive rule applies if the chart width is less than this.
|
void |
setMinHeight(Number minHeight)
The responsive rule applies if the chart height is greater than this.
|
void |
setMinWidth(Number minWidth)
The responsive rule applies if the chart width is greater than this.
|
public String getCallback()
public void setCallback(String _fn_callback)
public Number getMaxHeight()
setMaxHeight(Number)
public void setMaxHeight(Number maxHeight)
public Number getMaxWidth()
setMaxWidth(Number)
public void setMaxWidth(Number maxWidth)
public Number getMinHeight()
setMinHeight(Number)
public void setMinHeight(Number minHeight)
Defaults to: 0
public Number getMinWidth()
setMinWidth(Number)
public void setMinWidth(Number minWidth)
Defaults to: 0
Copyright © 2025. All rights reserved.