Class Index

Classes


Class $.wijmo.wijspread.SparklineAxisMinMax

Class Summary
Constructor Attributes Constructor Name and Description
 
An enumeration that specifies information about how the vertical axis minimum or maximum is computed for this sparkline group.
Field Summary
Field Attributes Field Name and Description
<static>  
$.wijmo.wijspread.SparklineAxisMinMax.custom
Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is specified by the manualMin attribute or the manualMax attribute of the sparkline group.
<static>  
$.wijmo.wijspread.SparklineAxisMinMax.group
Specifies that the vertical axis minimum or maximum is shared across all sparklines in this sparkline group and is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.
<static>  
$.wijmo.wijspread.SparklineAxisMinMax.individual
Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.
Class Detail
$.wijmo.wijspread.SparklineAxisMinMax()
An enumeration that specifies information about how the vertical axis minimum or maximum is computed for this sparkline group.
Field Detail
<static> $.wijmo.wijspread.SparklineAxisMinMax.custom
Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is specified by the manualMin attribute or the manualMax attribute of the sparkline group.

<static> $.wijmo.wijspread.SparklineAxisMinMax.group
Specifies that the vertical axis minimum or maximum is shared across all sparklines in this sparkline group and is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.

<static> $.wijmo.wijspread.SparklineAxisMinMax.individual
Specifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is calculated automatically such that the data point with the minimum or maximum value can be displayed in the plot area.

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.