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