BorderStyle Property (DataLabelBase)
In This Topic
Gets the border style of data labels.
Syntax
'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<C1DescriptionAttribute("DataLabelBase.BorderStyle", "Gets the border style of data labels.")>
Public ReadOnly Property BorderStyle As ChartStyle
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[C1Description("DataLabelBase.BorderStyle", "Gets the border style of data labels.")]
public ChartStyle BorderStyle {get;}
See Also