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