BootstrapChartCssClassesBase.LegendMarkers Property
Gets or sets the name of a CSS class applied to a legend marker element.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[DefaultValue("")]
public string LegendMarkers { get; set; }
<DefaultValue("")>
Public Property LegendMarkers As String
Property Value
Type | Default | Description |
---|---|---|
String | A string specifying the name of a CSS class. |
See Also
Feedback