'Declaration <CategoryAttribute("Axis Configuration")> <DescriptionAttribute("When set to true the tool will clamp the unprojected values to the axis rulers.")> <DefaultValueAttribute()> 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()] public bool ClampValuesToRuler {get; set;}