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


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