@@ -56,6 +56,7 @@ The default color of series or points can be customized by providing a custom co
5656}
5757
5858```
59+ {% previewsample "https://blazorplayground.syncfusion.com/embed/BjVfXxCBqRuWmxlT?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
5960
6061![ Blazor Column 3D Chart with Custom Color Palette] ( images/appearance/blazor-column-chart-custom-color-palette.png )
6162
@@ -99,6 +100,7 @@ The color for the points can be bound from the `DataSource` for the series by ut
99100}
100101
101102```
103+ {% previewsample "https://blazorplayground.syncfusion.com/embed/rtrfDxMrKwXpXlgX?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
102104
103105![ Blazor Column 3D Chart with PointColorMapping] ( images/appearance/blazor-column-chart-with-point-color.png )
104106
@@ -162,6 +164,7 @@ The data label and fill color of each data point can be customized using the `Po
162164}
163165
164166```
167+ {% previewsample "https://blazorplayground.syncfusion.com/embed/BZBzXdsrUGMqoJpK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
165168
166169![ Blazor Column 3D Chart with Point level customization] ( images/appearance/blazor-column-chart-point-level-customization.png )
167170
@@ -209,6 +212,7 @@ The background color and border of the 3D chart can be customized using the `Bac
209212}
210213
211214```
215+ {% previewsample "https://blazorplayground.syncfusion.com/embed/rDhptRCLgGMkWnGY?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
212216
213217![ Blazor Column 3D Chart with Custom Background and Border] ( images/appearance/blazor-column-chart-custom-background-and-border.png )
214218
@@ -253,6 +257,7 @@ The 3D chart's margin can be set from its container using the `Chart3DMargin` pr
253257}
254258
255259```
260+ {% previewsample "https://blazorplayground.syncfusion.com/embed/htLftnshAmBJsYEA?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
256261
257262![ Blazor Column 3D Chart with Custom Margin] ( images/appearance/blazor-column-chart-custom-margin.png )
258263
@@ -298,6 +303,7 @@ To customize the animation for a particular series, the `Chart3DAnimation` prope
298303}
299304
300305```
306+ {% previewsample "https://blazorplayground.syncfusion.com/embed/rDrpjRsrAmhveiAm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
301307
302308## Chart rotation
303309
@@ -339,6 +345,7 @@ The 3D chart can be rotated by using the `EnableRotation` property.
339345}
340346
341347```
348+ {% previewsample "https://blazorplayground.syncfusion.com/embed/VjVzNHWLKwqqyvoo?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
342349
343350## Title
344351
@@ -380,6 +387,7 @@ The 3D chart can be given a title by using `Title` property, to show the informa
380387}
381388
382389```
390+ {% previewsample "https://blazorplayground.syncfusion.com/embed/rNrJZRihUwKPsGvh?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
383391
384392![ Blazor Column 3D Chart with Title] ( images/appearance/blazor-column-chart-title.png )
385393
@@ -423,6 +431,7 @@ By using the `Position`property in `TitleStyle`, the `Title` can be positioned
423431}
424432
425433```
434+ {% previewsample "https://blazorplayground.syncfusion.com/embed/LNhTDnsBKczVydKx?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
426435
427436![ Blazor Column 3D Chart with Title] ( images/appearance/blazor-column-chart-title-position.png )
428437
@@ -464,6 +473,7 @@ The custom option is used to position the title anywhere in the 3D chart using `
464473}
465474
466475```
476+ {% previewsample "https://blazorplayground.syncfusion.com/embed/VDBftnWBgwTPesmR?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
467477
468478![ Blazor Column 3D Chart with Custom Title] ( images/appearance/blazor-column-chart-title-custom.png )
469479
@@ -476,7 +486,7 @@ The title can be aligned to the near, far, or center of the 3D chart by using th
476486@using Syncfusion.Blazor.Chart3D
477487
478488<SfChart3D Title="Olympic Medals" WallColor="transparent" EnableRotation="true" RotationAngle="7" TiltAngle="10" Depth="100">
479- <Chart3DTitleStyle TextAlignment="Alignment.Far"></Chart3DTitleStyle>
489+ <Chart3DTitleStyle TextAlignment="Syncfusion.Blazor.Chart3D. Alignment.Far"></Chart3DTitleStyle>
480490 <Chart3DPrimaryXAxis ValueType="Syncfusion.Blazor.Chart3D.ValueType.Category">
481491 </Chart3DPrimaryXAxis>
482492
@@ -507,6 +517,7 @@ The title can be aligned to the near, far, or center of the 3D chart by using th
507517}
508518
509519```
520+ {% previewsample "https://blazorplayground.syncfusion.com/embed/LXVzXdiBKwdsnLib?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
510521
511522![ Blazor Column 3D Chart Title with Text Alignment] ( images/appearance/blazor-column-chart-title-alignment.png )
512523
@@ -519,7 +530,7 @@ The `TitleStyle` property of the 3D chart provides options to customize the titl
519530@using Syncfusion.Blazor.Chart3D
520531
521532<SfChart3D Title="Olympic Medals" WallColor="transparent" EnableRotation="true" RotationAngle="7" TiltAngle="10" Depth="100">
522- <Chart3DTitleStyle FontSize="18px" Color="red" TextOverflow="@ TextOverflow.Wrap"></Chart3DTitleStyle>
533+ <Chart3DTitleStyle FontSize="18px" Color="red" TextOverflow="Syncfusion.Blazor.Chart3D. TextOverflow.Wrap"></Chart3DTitleStyle>
523534
524535 <Chart3DPrimaryXAxis ValueType="Syncfusion.Blazor.Chart3D.ValueType.Category">
525536 </Chart3DPrimaryXAxis>
@@ -551,6 +562,7 @@ The `TitleStyle` property of the 3D chart provides options to customize the titl
551562}
552563
553564```
565+ {% previewsample "https://blazorplayground.syncfusion.com/embed/hjBzDHirqQwNwVvM?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
554566
555567![ Blazor Column 3D Chart Title with Customization] ( images/appearance/blazor-column-chart-title-with-customization.png )
556568
0 commit comments