'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls how the 2D chart axis content should be fitted in the chart panel content area")> Public Property Fit2DAxisContentMode As Fit2DAxisContentMode
'Usage
Dim instance As NCartesianChart Dim value As Fit2DAxisContentMode instance.Fit2DAxisContentMode = value value = instance.Fit2DAxisContentMode
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls how the 2D chart axis content should be fitted in the chart panel content area")] public Fit2DAxisContentMode Fit2DAxisContentMode {get; set;}