Interface ISparkVerticalAxis
public interface ISparkVerticalAxis
Represents the settings for the vertical axes of a group of sparklines.
-
Method Summary
double
Gets the custom maximum value for the vertical axis of a sparkline.
double
Gets the custom minimum value for the vertical axis of a sparkline.
Gets how the maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
Gets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
void
Sets the custom maximum value for the vertical axis of a sparkline.
void
Sets the custom minimum value for the vertical axis of a sparkline.
void
Sets how the maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
void
Sets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
-
Method Details
-
getCustomMaxScaleValue
double getCustomMaxScaleValue()
Gets the custom maximum value for the vertical axis of a sparkline.
-
setCustomMaxScaleValue
void setCustomMaxScaleValue(double value)
Sets the custom maximum value for the vertical axis of a sparkline.
-
getCustomMinScaleValue
double getCustomMinScaleValue()
Gets the custom minimum value for the vertical axis of a sparkline.
-
setCustomMinScaleValue
void setCustomMinScaleValue(double value)
Sets the custom minimum value for the vertical axis of a sparkline.
-
getMaxScaleType
Gets how the maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
-
setMaxScaleType
Sets how the maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
-
getMinScaleType
Gets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
-
setMinScaleType
Sets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.