@@ -296,7 +296,7 @@ type Chart =
296296 static member withX_Axis ( xAxis : LinearAxis , [<Optional; DefaultParameterValue( null ) >] ? Id : StyleParam.SubPlotId ) =
297297 Chart.withXAxis( xAxis, ?Id = Id)
298298
299- // Sets x-Axis of 2d and 3d- Charts
299+ // Sets x-Axis of 2D and 3d- Charts
300300 [<CompiledName( " WithXAxis" ) >]
301301 static member withXAxis ( xAxis : LinearAxis , [<Optional; DefaultParameterValue( null ) >] ? Id : StyleParam.SubPlotId ) =
302302 fun ( ch : GenericChart ) ->
@@ -358,7 +358,7 @@ type Chart =
358358 ?Anchor = Anchor)
359359
360360
361- // Sets x-Axis of 2d and 3d- Charts
361+ // Sets x-Axis of 2D and 3d- Charts
362362 [<CompiledName( " WithXAxisStyle" ) >]
363363 static member withXAxisStyle ( title ,
364364 [<Optional; DefaultParameterValue( null ) >] ? TitleFont ,
@@ -396,7 +396,7 @@ type Chart =
396396 static member withY_Axis ( yAxis : LinearAxis , [<Optional; DefaultParameterValue( null ) >] ? Id : StyleParam.SubPlotId ) =
397397 Chart.withYAxis( yAxis, ?Id = Id)
398398
399- // Sets y-Axis of 2d and 3d- Charts
399+ // Sets y-Axis of 2D and 3d- Charts
400400 [<CompiledName( " WithYAxis" ) >]
401401 static member withYAxis ( yAxis : LinearAxis , [<Optional; DefaultParameterValue( null ) >] ? Id : StyleParam.SubPlotId ) =
402402 fun ( ch : GenericChart ) ->
@@ -559,7 +559,7 @@ type Chart =
559559 [<Optional; DefaultParameterValue( null ) >] ? BGColor ) =
560560 let colorbar = ColorBar.init( Title= title,? Len = Length,? OutlineColor= OutlineColor,? BGColor= BGColor,? BorderColor= BorderColor)
561561 Chart.withColorBar( colorbar)
562- //// Sets second x-Axis of 2d - Charts
562+ //// Sets second x-Axis of 2D - Charts
563563 //static member withX_Axis2(xAxis2:Axis.LinearAxis) =
564564 // (fun (ch:GenericChart) ->
565565 // let layout =
@@ -569,14 +569,14 @@ type Chart =
569569 // )
570570
571571
572- // // Sets second x-Axis of 2d - Charts
572+ // // Sets second x-Axis of 2D - Charts
573573 //static member withX_Axis2Style(title,?MinMax,?Showgrid,?Showline) =
574574 // let range = if MinMax.IsSome then Some (StyleParam.Range.MinMax (MinMax.Value)) else None
575575 // let xaxis = Axis.LinearAxis.init(Title=title,?Range=range,?Showgrid=Showgrid,?Showline=Showline,Side=StyleParam.Side.Top)
576576 // Chart.withX_Axis2(xaxis)
577577
578578
579- //// Sets second y-Axis of 2d - Charts
579+ //// Sets second y-Axis of 2D - Charts
580580 //static member withY_Axis2(yAxis2:Axis.LinearAxis) =
581581 // (fun (ch:GenericChart) ->
582582 // let layout =
@@ -586,7 +586,7 @@ type Chart =
586586 // )
587587
588588
589- // // Sets second x-Axis of 2d - Charts
589+ // // Sets second x-Axis of 2D - Charts
590590 //static member withY_Axis2Style(title,?MinMax,?Showgrid,?Showline) =
591591 // let range = if MinMax.IsSome then Some (StyleParam.Range.MinMax (MinMax.Value)) else None
592592 // let yaxis = Axis.LinearAxis.init(Title=title,?Range=range,?Showgrid=Showgrid,?Showline=Showline,Side=StyleParam.Side.Right)
0 commit comments