Spread ASP.NET 6.0 Product Documentation
SparklineAxisMinMax Enumeration
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SparklineAxisMinMax Enumeration


Glossary Item Box

An enum that specifies information about how the vertical axis minimum or maximum is computed for this sparkline group.

Syntax

Visual Basic (Declaration) 
Public Enum SparklineAxisMinMax 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SparklineAxisMinMax
C# 
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 manualMin attribute or the manualMax attribute of the sparkline group.
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.SparklineAxisMinMax

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.