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