Visual Basic (Declaration) | |
---|---|
Public Property Percent As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool Percent {get; set;} |
Return Value
A Boolean value indicating whether this this axis displays percent values.
When true, a percent sign sign will be added to the end of tick labels and the
Maximum will snap to 100 percent if the plotted data's range falls between 50 and
100.
(Applies to value axes not using Scale.Time)
(Applies to value axes not using Scale.Time)