Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisRuler Class / PositionEndPercent Property


In This Topic
    PositionEndPercent Property
    In This Topic
    Specifies the end of the axis ruler in percents of the axis length.
    Syntax
    'Declaration
     
    <CategoryAttribute("Position")>
    <DescriptionAttribute("Specifies the end of the axis ruler in percents of the axis length")>
    <DefaultValueAttribute(100)>
    Public Property PositionEndPercent As Integer
    'Usage
     
    Dim instance As AxisRuler
    Dim value As Integer
     
    instance.PositionEndPercent = value
     
    value = instance.PositionEndPercent
    [Category("Position")]
    [Description("Specifies the end of the axis ruler in percents of the axis length")]
    [DefaultValue(100)]
    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