MobileTrack Nexus Documentation
C#
Show/Hide TOC
Chart
Layout Class
Namespace: options.layout, the global options for the chart layout is defined in Chart.defaults.layout.
https://www.chartjs.org/docs/latest/configuration/layout.html#layout
.
Definition
Namespace:
BlazorBootstrap
Assembly:
BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
sealed
class
ChartLayout
Inheritance
Object
ChartLayout
Constructors
ChartLayout
Initializes a new instance of the
ChartLayout
class
Properties
AutoPadding
Apply automatic padding so visible elements are completely drawn.
Padding
The padding to add inside the chart.
See Also
Reference
BlazorBootstrap Namespace
In This Article
Definition
Constructors
Properties
See Also