dotnetCHARTING Send comments on this topic.
Percent Property
See Also 
dotnetCHARTING Namespace > Axis Class : Percent Property


Gets or sets a value that indicates whether this axis displays percent values.

Syntax

Visual Basic (Declaration) 
Public Property Percent As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Boolean
 
instance.Percent = value
 
value = instance.Percent
C# 
public bool Percent {get; set;}

Return Value

A Boolean value indicating whether this this axis displays percent values.

Example

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)

See Also

© 2010 All Rights Reserved.