.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : Percent Property
Percent Property
Gets or sets a value that indicates whether this axis displays percent values.
Syntax
'Declaration
 
Public Property Percent As Boolean
'Usage
 
Dim instance As Axis
Dim value As Boolean
 
instance.Percent = value
 
value = instance.Percent
public bool Percent {get; set;}

Property Value

A Boolean value indicating whether this this axis displays percent values.
Remarks
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)
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also