'Declaration <DescriptionAttribute("When set to true the tool will clamp the unprojected values to the axis rulers.")> <CategoryAttribute("Axis Configuration")> Public Property HorizontalAxisId As Integer
'Usage Dim instance As ChartMouseTool Dim value As Integer instance.HorizontalAxisId = value value = instance.HorizontalAxisId
[Description("When set to true the tool will clamp the unprojected values to the axis rulers.")] [Category("Axis Configuration")] public int HorizontalAxisId {get; set;}