'Declaration
<System.ComponentModel.CategoryAttribute("Empty Data Points Appearance")> <System.ComponentModel.DescriptionAttribute("Specifies the appearance mode for the empty data points")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property AppearanceMode As EmptyDataPointsAppearanceMode
'Usage
Dim instance As NEmptyDataPointsAppearance Dim value As EmptyDataPointsAppearanceMode instance.AppearanceMode = value value = instance.AppearanceMode
[System.ComponentModel.Category("Empty Data Points Appearance")] [System.ComponentModel.Description("Specifies the appearance mode for the empty data points")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public EmptyDataPointsAppearanceMode AppearanceMode {get; set;}