Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / ChartMouseTool Class / ClampValuesToRuler Property


In This Topic
    ClampValuesToRuler Property
    In This Topic
    When set to true the tool will clamp the unprojected values to the axis rulers.
    Syntax
    'Declaration
     
    <CategoryAttribute("Axis Configuration")>
    <DescriptionAttribute("When set to true the tool will clamp the unprojected values to the axis rulers.")>
    <DefaultValueAttribute(True)>
    Public Property ClampValuesToRuler As Boolean
    'Usage
     
    Dim instance As ChartMouseTool
    Dim value As Boolean
     
    instance.ClampValuesToRuler = value
     
    value = instance.ClampValuesToRuler
    [Category("Axis Configuration")]
    [Description("When set to true the tool will clamp the unprojected values to the axis rulers.")]
    [DefaultValue(true)]
    public bool ClampValuesToRuler {get; set;}
    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