接口 ISparkVerticalAxis
public interface ISparkVerticalAxis
Represents the settings for the vertical axes of a group of sparklines.
-
方法概要
修饰符和类型方法说明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
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.
-
方法详细资料
-
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
SparkScale 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
SparkScale 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.
-