Spread Silverlight Documentation
ManualMaxValue Property (IExcelSparklineGroup)


GrapeCity.Excel Namespace > IExcelSparklineGroup Interface : ManualMaxValue Property
Specifies the maximums for the vertical axis that is shared across all sparklines in this sparkline group
Syntax
'Declaration
 
Property ManualMaxValue As System.Double
'Usage
 
Dim instance As IExcelSparklineGroup
Dim value As System.Double
 
instance.ManualMaxValue = value
 
value = instance.ManualMaxValue
System.double ManualMaxValue {get; set;}
Remarks
It should be only valid when the MaxAxisType is Custom.
See Also

Reference

IExcelSparklineGroup Interface
IExcelSparklineGroup Members