API Reference
Class
ChartPadding
Defines the spacing between the chart edge and plot area.
Inheritance
- Object
- ChartPadding
Constructors
ChartPadding(System.Double left, System.Double top, System.Double right, System.Double bottom) #Initializes a new instance of the ChartPadding struct.
Parameters
- left System.Double
- The left padding in pixels.
- top System.Double
- The top padding in pixels.
- right System.Double
- The right padding in pixels.
- bottom System.Double
- The bottom padding in pixels.
Methods
All(System.Double value) #Creates padding with the same value on every side.
Parameters
- value System.Double
- The padding in pixels.
Returns
A padding value with equal sides.