Xceed Chart for WinForms v4.4 Documentation
PositionStartPercent Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : PositionStartPercent Property
Specifies the start of the axis ruler in percents of the axis length.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the start of the axis ruler in percents of the axis length")>

<DefaultValueAttribute()>

<CategoryAttribute("Position")>

Public Property PositionStartPercent As Integer
'Usage
 
Dim instance As AxisRuler

Dim value As Integer

 

instance.PositionStartPercent = value

 

value = instance.PositionStartPercent
[Description("Specifies the start of the axis ruler in percents of the axis length")]

[DefaultValue()]

[Category("Position")]

public int PositionStartPercent {get; set;}
Remarks
By default 0. 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