Xceed Chart for WinForms v4.4 Documentation
PositionEndPercent Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : PositionEndPercent Property
Specifies the end of the axis ruler in percents of the axis length.
Syntax
'Declaration
 
<CategoryAttribute("Position")>
<DefaultValueAttribute()>
<DescriptionAttribute("Specifies the end of the axis ruler in percents of the axis length")>
Public Property PositionEndPercent As Integer
'Usage
 
Dim instance As AxisRuler
Dim value As Integer
 
instance.PositionEndPercent = value
 
value = instance.PositionEndPercent
[Category("Position")]
[DefaultValue()]
[Description("Specifies the end of the axis ruler in percents of the axis length")]
public int PositionEndPercent {get; set;}
Remarks
By default 100. Can be very useful if you want to split the chart.
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

Reference

AxisRuler Class
AxisRuler Members