Plotly.NET
                                
                                 Plotly.NET copied to clipboard
                                
                                    Plotly.NET copied to clipboard
                            
                            
                            
                        Method names should use PascalCase rather than camelCase to be more F# and .NET idiomatic
Description
Several methods, such as the static method Chart.withXAxisStyle use camelCase. However, the convention for F# is to camelCase functions but then PascalCase members.
Repro steps
n/a
Expected behavior
Members (properties and methods) should be PascalCase.
Actual behavior
Members are camelCase.
Known workarounds
n/a
Related information
n/a