@@ -59,52 +59,52 @@ type ColorBar() =
59
59
/// <param name="YRef">Sets the container `y` refers to. "container" spans the entire `height` of the plot. "paper" refers to the height of the plotting area only.</param>
60
60
static member init
61
61
(
62
- [<Optional ; DefaultParameterValue ( null ) >] ? BGColor : Color ,
63
- [<Optional ; DefaultParameterValue ( null ) >] ? BorderColor : Color ,
64
- [<Optional ; DefaultParameterValue ( null ) >] ? BorderWidth : float ,
65
- [<Optional ; DefaultParameterValue ( null ) >] ? DTick : IConvertible ,
66
- [<Optional ; DefaultParameterValue ( null ) >] ? ExponentFormat : StyleParam.ExponentFormat ,
67
- [<Optional ; DefaultParameterValue ( null ) >] ? LabelAlias : DynamicObj ,
68
- [<Optional ; DefaultParameterValue ( null ) >] ? Len : float ,
69
- [<Optional ; DefaultParameterValue ( null ) >] ? LenMode : StyleParam.UnitMode ,
70
- [<Optional ; DefaultParameterValue ( null ) >] ? MinExponent : float ,
71
- [<Optional ; DefaultParameterValue ( null ) >] ? NTicks : int ,
72
- [<Optional ; DefaultParameterValue ( null ) >] ? Orientation : StyleParam.Orientation ,
73
- [<Optional ; DefaultParameterValue ( null ) >] ? OutlineColor : Color ,
74
- [<Optional ; DefaultParameterValue ( null ) >] ? OutlineWidth : float ,
75
- [<Optional ; DefaultParameterValue ( null ) >] ? SeparateThousands : bool ,
76
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowExponent : StyleParam.ShowExponent ,
77
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowTickLabels : bool ,
78
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowTickPrefix : StyleParam.ShowTickOption ,
79
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowTickSuffix : StyleParam.ShowTickOption ,
80
- [<Optional ; DefaultParameterValue ( null ) >] ? Thickness : float ,
81
- [<Optional ; DefaultParameterValue ( null ) >] ? ThicknessMode : StyleParam.UnitMode ,
82
- [<Optional ; DefaultParameterValue ( null ) >] ? Tick0 : IConvertible ,
83
- [<Optional ; DefaultParameterValue ( null ) >] ? TickAngle : int ,
84
- [<Optional ; DefaultParameterValue ( null ) >] ? TickColor : Color ,
85
- [<Optional ; DefaultParameterValue ( null ) >] ? TickFont : Font ,
86
- [<Optional ; DefaultParameterValue ( null ) >] ? TickFormat : string ,
87
- [<Optional ; DefaultParameterValue ( null ) >] ? TickFormatStops : seq < TickFormatStop >,
88
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLabelOverflow : StyleParam.TickLabelOverflow ,
89
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLabelPosition : StyleParam.TickLabelPosition ,
90
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLabelStep : int ,
91
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLen : float ,
92
- [<Optional ; DefaultParameterValue ( null ) >] ? TickMode : StyleParam.TickMode ,
93
- [<Optional ; DefaultParameterValue ( null ) >] ? TickPrefix : string ,
94
- [<Optional ; DefaultParameterValue ( null ) >] ? Ticks : StyleParam.TickOptions ,
95
- [<Optional ; DefaultParameterValue ( null ) >] ? TickSuffix : string ,
96
- [<Optional ; DefaultParameterValue ( null ) >] ? TickText : seq < #IConvertible >,
97
- [<Optional ; DefaultParameterValue ( null ) >] ? TickVals : seq < #IConvertible >,
98
- [<Optional ; DefaultParameterValue ( null ) >] ? TickWidth : float ,
99
- [<Optional ; DefaultParameterValue ( null ) >] ? Title : Title ,
100
- [<Optional ; DefaultParameterValue ( null ) >] ? X : float ,
101
- [<Optional ; DefaultParameterValue ( null ) >] ? XAnchor : StyleParam.HorizontalAlign ,
102
- [<Optional ; DefaultParameterValue ( null ) >] ? XPad : float ,
103
- [<Optional ; DefaultParameterValue ( null ) >] ? XRef : string ,
104
- [<Optional ; DefaultParameterValue ( null ) >] ? Y : float ,
105
- [<Optional ; DefaultParameterValue ( null ) >] ? YAnchor : StyleParam.VerticalAlign ,
106
- [<Optional ; DefaultParameterValue ( null ) >] ? YPad : float ,
107
- [<Optional ; DefaultParameterValue ( null ) >] ? YRef : string
62
+ ? BGColor : Color ,
63
+ ? BorderColor : Color ,
64
+ ? BorderWidth : float ,
65
+ ? DTick : IConvertible ,
66
+ ? ExponentFormat : StyleParam.ExponentFormat ,
67
+ ? LabelAlias : DynamicObj ,
68
+ ? Len : float ,
69
+ ? LenMode : StyleParam.UnitMode ,
70
+ ? MinExponent : float ,
71
+ ? NTicks : int ,
72
+ ? Orientation : StyleParam.Orientation ,
73
+ ? OutlineColor : Color ,
74
+ ? OutlineWidth : float ,
75
+ ? SeparateThousands : bool ,
76
+ ? ShowExponent : StyleParam.ShowExponent ,
77
+ ? ShowTickLabels : bool ,
78
+ ? ShowTickPrefix : StyleParam.ShowTickOption ,
79
+ ? ShowTickSuffix : StyleParam.ShowTickOption ,
80
+ ? Thickness : float ,
81
+ ? ThicknessMode : StyleParam.UnitMode ,
82
+ ? Tick0 : IConvertible ,
83
+ ? TickAngle : int ,
84
+ ? TickColor : Color ,
85
+ ? TickFont : Font ,
86
+ ? TickFormat : string ,
87
+ ? TickFormatStops : seq < TickFormatStop >,
88
+ ? TickLabelOverflow : StyleParam.TickLabelOverflow ,
89
+ ? TickLabelPosition : StyleParam.TickLabelPosition ,
90
+ ? TickLabelStep : int ,
91
+ ? TickLen : float ,
92
+ ? TickMode : StyleParam.TickMode ,
93
+ ? TickPrefix : string ,
94
+ ? Ticks : StyleParam.TickOptions ,
95
+ ? TickSuffix : string ,
96
+ ? TickText : seq < #IConvertible >,
97
+ ? TickVals : seq < #IConvertible >,
98
+ ? TickWidth : float ,
99
+ ? Title : Title ,
100
+ ? X : float ,
101
+ ? XAnchor : StyleParam.HorizontalAlign ,
102
+ ? XPad : float ,
103
+ ? XRef : string ,
104
+ ? Y : float ,
105
+ ? YAnchor : StyleParam.VerticalAlign ,
106
+ ? YPad : float ,
107
+ ? YRef : string
108
108
) =
109
109
ColorBar()
110
110
|> ColorBar.style (
@@ -205,52 +205,52 @@ type ColorBar() =
205
205
/// <param name="YPad">Sets the amount of padding (in px) along the y direction.</param>
206
206
static member style
207
207
(
208
- [<Optional ; DefaultParameterValue ( null ) >] ? BGColor : Color ,
209
- [<Optional ; DefaultParameterValue ( null ) >] ? BorderColor : Color ,
210
- [<Optional ; DefaultParameterValue ( null ) >] ? BorderWidth : float ,
211
- [<Optional ; DefaultParameterValue ( null ) >] ? DTick : IConvertible ,
212
- [<Optional ; DefaultParameterValue ( null ) >] ? ExponentFormat : StyleParam.ExponentFormat ,
213
- [<Optional ; DefaultParameterValue ( null ) >] ? LabelAlias : DynamicObj ,
214
- [<Optional ; DefaultParameterValue ( null ) >] ? Len : float ,
215
- [<Optional ; DefaultParameterValue ( null ) >] ? LenMode : StyleParam.UnitMode ,
216
- [<Optional ; DefaultParameterValue ( null ) >] ? MinExponent : float ,
217
- [<Optional ; DefaultParameterValue ( null ) >] ? NTicks : int ,
218
- [<Optional ; DefaultParameterValue ( null ) >] ? Orientation : StyleParam.Orientation ,
219
- [<Optional ; DefaultParameterValue ( null ) >] ? OutlineColor : Color ,
220
- [<Optional ; DefaultParameterValue ( null ) >] ? OutlineWidth : float ,
221
- [<Optional ; DefaultParameterValue ( null ) >] ? SeparateThousands : bool ,
222
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowExponent : StyleParam.ShowExponent ,
223
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowTickLabels : bool ,
224
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowTickPrefix : StyleParam.ShowTickOption ,
225
- [<Optional ; DefaultParameterValue ( null ) >] ? ShowTickSuffix : StyleParam.ShowTickOption ,
226
- [<Optional ; DefaultParameterValue ( null ) >] ? Thickness : float ,
227
- [<Optional ; DefaultParameterValue ( null ) >] ? ThicknessMode : StyleParam.UnitMode ,
228
- [<Optional ; DefaultParameterValue ( null ) >] ? Tick0 : IConvertible ,
229
- [<Optional ; DefaultParameterValue ( null ) >] ? TickAngle : int ,
230
- [<Optional ; DefaultParameterValue ( null ) >] ? TickColor : Color ,
231
- [<Optional ; DefaultParameterValue ( null ) >] ? TickFont : Font ,
232
- [<Optional ; DefaultParameterValue ( null ) >] ? TickFormat : string ,
233
- [<Optional ; DefaultParameterValue ( null ) >] ? TickFormatStops : seq < TickFormatStop >,
234
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLabelOverflow : StyleParam.TickLabelOverflow ,
235
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLabelPosition : StyleParam.TickLabelPosition ,
236
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLabelStep : int ,
237
- [<Optional ; DefaultParameterValue ( null ) >] ? TickLen : float ,
238
- [<Optional ; DefaultParameterValue ( null ) >] ? TickMode : StyleParam.TickMode ,
239
- [<Optional ; DefaultParameterValue ( null ) >] ? TickPrefix : string ,
240
- [<Optional ; DefaultParameterValue ( null ) >] ? Ticks : StyleParam.TickOptions ,
241
- [<Optional ; DefaultParameterValue ( null ) >] ? TickSuffix : string ,
242
- [<Optional ; DefaultParameterValue ( null ) >] ? TickText : seq < #IConvertible >,
243
- [<Optional ; DefaultParameterValue ( null ) >] ? TickVals : seq < #IConvertible >,
244
- [<Optional ; DefaultParameterValue ( null ) >] ? TickWidth : float ,
245
- [<Optional ; DefaultParameterValue ( null ) >] ? Title : Title ,
246
- [<Optional ; DefaultParameterValue ( null ) >] ? X : float ,
247
- [<Optional ; DefaultParameterValue ( null ) >] ? XAnchor : StyleParam.HorizontalAlign ,
248
- [<Optional ; DefaultParameterValue ( null ) >] ? XPad : float ,
249
- [<Optional ; DefaultParameterValue ( null ) >] ? XRef : string ,
250
- [<Optional ; DefaultParameterValue ( null ) >] ? Y : float ,
251
- [<Optional ; DefaultParameterValue ( null ) >] ? YAnchor : StyleParam.VerticalAlign ,
252
- [<Optional ; DefaultParameterValue ( null ) >] ? YPad : float ,
253
- [<Optional ; DefaultParameterValue ( null ) >] ? YRef : string
208
+ ? BGColor : Color ,
209
+ ? BorderColor : Color ,
210
+ ? BorderWidth : float ,
211
+ ? DTick : IConvertible ,
212
+ ? ExponentFormat : StyleParam.ExponentFormat ,
213
+ ? LabelAlias : DynamicObj ,
214
+ ? Len : float ,
215
+ ? LenMode : StyleParam.UnitMode ,
216
+ ? MinExponent : float ,
217
+ ? NTicks : int ,
218
+ ? Orientation : StyleParam.Orientation ,
219
+ ? OutlineColor : Color ,
220
+ ? OutlineWidth : float ,
221
+ ? SeparateThousands : bool ,
222
+ ? ShowExponent : StyleParam.ShowExponent ,
223
+ ? ShowTickLabels : bool ,
224
+ ? ShowTickPrefix : StyleParam.ShowTickOption ,
225
+ ? ShowTickSuffix : StyleParam.ShowTickOption ,
226
+ ? Thickness : float ,
227
+ ? ThicknessMode : StyleParam.UnitMode ,
228
+ ? Tick0 : IConvertible ,
229
+ ? TickAngle : int ,
230
+ ? TickColor : Color ,
231
+ ? TickFont : Font ,
232
+ ? TickFormat : string ,
233
+ ? TickFormatStops : seq < TickFormatStop >,
234
+ ? TickLabelOverflow : StyleParam.TickLabelOverflow ,
235
+ ? TickLabelPosition : StyleParam.TickLabelPosition ,
236
+ ? TickLabelStep : int ,
237
+ ? TickLen : float ,
238
+ ? TickMode : StyleParam.TickMode ,
239
+ ? TickPrefix : string ,
240
+ ? Ticks : StyleParam.TickOptions ,
241
+ ? TickSuffix : string ,
242
+ ? TickText : seq < #IConvertible >,
243
+ ? TickVals : seq < #IConvertible >,
244
+ ? TickWidth : float ,
245
+ ? Title : Title ,
246
+ ? X : float ,
247
+ ? XAnchor : StyleParam.HorizontalAlign ,
248
+ ? XPad : float ,
249
+ ? XRef : string ,
250
+ ? Y : float ,
251
+ ? YAnchor : StyleParam.VerticalAlign ,
252
+ ? YPad : float ,
253
+ ? YRef : string
254
254
) =
255
255
256
256
( fun ( colorBar : ColorBar ) ->
0 commit comments