C1.WPF.Sparkline.4 Assembly > C1.WPF.Sparkline Namespace : SparklineAxisMinMax Enumeration |
'Declaration Public Enum SparklineAxisMinMax Inherits System.Enum
public enum SparklineAxisMinMax : System.Enum
Member | Description |
---|---|
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. |
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. |
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. |
System.Object
System.ValueType
System.Enum
C1.WPF.Sparkline.SparklineAxisMinMax