You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Functions provide the styling of the Chart objects
47
+
/// Create various functions for applying 3D chart styles to traces
48
48
typeTrace3DStyle()=
49
49
50
50
// ######################## 3d-Charts
@@ -57,7 +57,7 @@ type Trace3DStyle() =
57
57
trace)
58
58
59
59
/// <summary>
60
-
/// Applies the style parameters of the Scatter3d chart to the given trace
60
+
/// Create a function that applies the styles of a 3D scatter plot to a Trace object
61
61
/// </summary>
62
62
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
63
63
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
@@ -201,7 +201,7 @@ type Trace3DStyle() =
201
201
202
202
203
203
/// <summary>
204
-
/// Applies the style parameters of the surface chart to the given trace
204
+
/// Create a function that applies the styles of a surface chart to the given trace
205
205
/// </summary>
206
206
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
207
207
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
@@ -348,7 +348,7 @@ type Trace3DStyle() =
348
348
349
349
350
350
/// <summary>
351
-
/// Applies the style parameters of the mesh3d chart to the given trace
351
+
/// Create a function that applies the styles of a mesh3d chart to the given trace
352
352
/// </summary>
353
353
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
354
354
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
@@ -517,7 +517,7 @@ type Trace3DStyle() =
517
517
518
518
519
519
/// <summary>
520
-
/// Applies the style parameters of the cone chart to the given trace
520
+
/// Create a function that applies the styles of a cone chart to the given trace
521
521
/// </summary>
522
522
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
523
523
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
@@ -665,7 +665,7 @@ type Trace3DStyle() =
665
665
cone)
666
666
667
667
/// <summary>
668
-
/// Applies the style parameters of the streamtube chart to the given trace
668
+
/// Create a function that applies the styles of a streamtube chart to the given trace
669
669
/// </summary>
670
670
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
671
671
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
@@ -813,7 +813,7 @@ type Trace3DStyle() =
813
813
streamTube)
814
814
815
815
/// <summary>
816
-
/// Applies the style parameters of the volume chart to the given trace
816
+
/// Create a function that applies the styles of a volume chart to the given trace
817
817
/// </summary>
818
818
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
819
819
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
@@ -968,7 +968,7 @@ type Trace3DStyle() =
968
968
volume
969
969
970
970
/// <summary>
971
-
/// Applies the style parameters of the isosurface chart to the given trace
971
+
/// Create a function that applies the styles of a isosurface chart to the given trace
972
972
/// </summary>
973
973
/// <paramname="Name">Sets the trace name. The trace name appear as the legend item and on hover.</param>
974
974
/// <paramname="Visible">Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).</param>
0 commit comments