'Declaration
<System.ComponentModel.CategoryAttribute("Infinity Data Points Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the appearance of the Infinity data points markers when the MarkerMode is set to Special")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NMarkerStyleTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property MarkerStyle As NMarkerStyle
'Usage
Dim instance As NInfinityDataPointsAppearance Dim value As NMarkerStyle instance.MarkerStyle = value value = instance.MarkerStyle
[System.ComponentModel.Category("Infinity Data Points Appearance")] [System.ComponentModel.Description("Controls the appearance of the Infinity data points markers when the MarkerMode is set to Special")] [System.ComponentModel.Editor(Nevron.Editors.NMarkerStyleTypeEditor, System.Drawing.Design.UITypeEditor)] public NMarkerStyle MarkerStyle {get; set;}