ChartPaneDefaultsBuilder
Methods
Background(System.String)
The background color of all chart panes. Accepts a valid CSS color string, including hex and rgb.
Parameters
value - System.String
The value for Background
Border(System.Action)
The border of all chart panes.
Parameters
configurator - System.Action<ChartBorderBuilder>
The configurator for the border setting.
Clip(System.Boolean)
Specifies whether the charts in the panes should be clipped. By default all charts except radar, polar and 100% stacked charts are clipped.
Parameters
value - System.Boolean
The value for Clip
Height(System.Double)
The default pane height in pixels.
Parameters
value - System.Double
The value for Height
Margin(System.Int32,System.Int32,System.Int32,System.Int32)
The margin of the panes. A numeric value will set all margins.
Parameters
top - System.Int32
The title top margin.
right - System.Int32
The title right margin.
bottom - System.Int32
The title bottom margin.
left - System.Int32
The title left margin.
Margin(System.Int32)
The margin of the panes. A numeric value will set all margins.
Parameters
margin - System.Int32
The title margin.
Padding(System.Int32,System.Int32,System.Int32,System.Int32)
The padding of the panes. A numeric value will set all paddings.
Parameters
top - System.Int32
The title top padding.
right - System.Int32
The title right padding.
bottom - System.Int32
The title bottom padding.
left - System.Int32
The title left padding.
Padding(System.Int32)
The padding of the panes. A numeric value will set all paddings.
Parameters
padding - System.Int32
The title padding.
Title(System.Action)
The title configuration of the all panes.
Parameters
configurator - System.Action<ChartTitleBuilder>
The configuration action.