LabelMarkStyle Enumeration
.NET Framework (current version)
Specifies a mark for custom labels.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| Box | A box is drawn around the label. | |
| LineSideMark | Custom labels use line and side marks. | |
| None | No label marks are used. | |
| SideMark | Custom labels use side marks. |
The LabelMarkStyle enumeration represents mark(s) for custom labels that are displayed along the second axis label row. This row can only be generated from custom labels. This enumeration is used in conjunction with the LabelMark property of the CustomLabel class.
.NET Framework
Available since 4.0
Available since 4.0
Show: