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