public interface ISparkVerticalAxis
| Modifier and Type | Method and Description |
|---|---|
double |
getCustomMaxScaleValue()
Gets the custom maximum value for the vertical axis of a sparkline.
|
double |
getCustomMinScaleValue()
Gets the custom minimum value for the vertical axis of a sparkline.
|
SparkScale |
getMaxScaleType()
Gets how the maximum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
SparkScale |
getMinScaleType()
Gets how the minimum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
void |
setCustomMaxScaleValue(double value)
Sets the custom maximum value for the vertical axis of a sparkline.
|
void |
setCustomMinScaleValue(double value)
Sets the custom minimum value for the vertical axis of a sparkline.
|
void |
setMaxScaleType(SparkScale value)
Sets how the maximum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
void |
setMinScaleType(SparkScale value)
Sets how the minimum value of the vertical axis of the sparkline is scaled
relative to other sparklines in the group.
|
double getCustomMaxScaleValue()
void setCustomMaxScaleValue(double value)
double getCustomMinScaleValue()
void setCustomMinScaleValue(double value)
SparkScale getMaxScaleType()
void setMaxScaleType(SparkScale value)
SparkScale getMinScaleType()
void setMinScaleType(SparkScale value)