ChartLegendBuilder.Margin Method
Name | Parameters | Description |
---|---|---|
Margin(JS) | value | Generates an empty space, measured in pixels, around the legend. Mirrors the client-side margin option. |
Margin(Action<ChartLegendMarginBuilder>) | configurator | Generates an empty space, measured in pixels, around the legend. Mirrors the client-side margin object. |
Margin(Double) | value | Generates an empty space, measured in pixels, around the legend. Mirrors the client-side margin option. |