'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the X rounding mode of the bar geometry for data items that have no border.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property FillRoundingModeX As FillRoundingMode
'Usage
Dim instance As NBarSeriesBase Dim value As FillRoundingMode instance.FillRoundingModeX = value value = instance.FillRoundingModeX
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the X rounding mode of the bar geometry for data items that have no border.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public FillRoundingMode FillRoundingModeX {get; set;}