Version

SparklineAxisMinMax Enumeration

Determines how the min or max axis is calculated for a
Syntax
'Declaration
 
Public Enum SparklineAxisMinMax 
   Inherits System.Enum
public enum SparklineAxisMinMax : System.Enum 
Members
MemberDescription
CustomSpecifies that the vertical axis minimum or maximum for each sparkline in this sparkline group is specified by the Infragistics.Documents.Excel.Sparklines.SparklineGroup.VerticalAxisMin or the Infragistics.Documents.Excel.Sparklines.SparklineGroup.VerticalAxisMax attribute of the Infragistics.Documents.Excel.Sparklines.SparklineGroup.
GroupSpecifies 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.
IndividualSpecifies 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.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also