ManualMin Property (C1Sparkline)
In This Topic
Gets or sets a value that specifies the minimum for the vertical axis that is shared across all sparklines in this sparkline group. The axis is zero if minAxisType does not equal custom.
Syntax
'Declaration
Public Property ManualMin As Double
public double ManualMin {get; set;}
See Also