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