lobal-Distribution-of-Cloud-Provider-Data-Centers

所属分类:数据可视化
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2023-08-25 12:06:44
上 传 者sh-1993
说明:  本文介绍如何创建堆叠的100列图表,以可视化云数据中心的全球分布。,
(This article explains how to create a stacked column 100 chart to visualize the global distribution of cloud data centers.,)

文件列表:
GlobalDataCenters/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters.sln (2256, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/App.xaml (747, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/App.xaml.cs (1707, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/LockScreenLogo.scale-200.png (432, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/SplashScreen.scale-200.png (5372, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/Square150x150Logo.scale-200.png (1755, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/Square44x44Logo.scale-200.png (637, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/Square44x44Logo.targetsize-24_altform-unplated.png (283, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/StoreLogo.png (456, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Assets/Wide310x150Logo.scale-200.png (2097, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Converter/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Converter/ContrastColorConverter .cs (1199, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/GlobalDataCenters.csproj (2386, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/MainWindow.xaml (12189, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/MainWindow.xaml.cs (972, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Model/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Model/CloudDataCenter.cs (929, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Package.appxmanifest (1645, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Properties/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Properties/PublishProfiles/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Properties/PublishProfiles/win10-arm64.pubxml (855, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Properties/PublishProfiles/win10-x64.pubxml (851, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Properties/PublishProfiles/win10-x86.pubxml (851, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/Properties/launchSettings.json (179, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/ViewModel/ (0, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/ViewModel/DataCenterPercentage.cs (1597, 2023-11-10)
GlobalDataCenters/GlobalDataCenters/app.manifest (1300, 2023-11-10)

# Creating a Stacked Column 100 Chart for Global Distribution of Cloud Provider Data Centers ## Description The Stacked Column 100 chart is an effective tool for visually displaying the distribution and proportion of given data. In this graph, columns are piled on top of each other, with the cumulative portion of each stacked element consistently adding up to a total of 100%. This is similar to the StackedColumnSeries, with the key difference being that in the StackedColumn100Series, the cumulative total of stacked elements always equals 100%. ## SegmentSpacing The [SegmentSpacing](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Charts.StackedColumnSeries.html#Syncfusion_UI_Xaml_Charts_StackedColumnSeries_SegmentSpacingProperty) property is utilized to customize the space between two segments. The default spacing value is 0, and it can vary from 0 to 1. In this context, 1 and 0 represent 100% and 0% of the total available space respectively. ## CustomTemplate The [CustomTemplate](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Charts.StackedColumnSeries.html#Syncfusion_UI_Xaml_Charts_StackedColumnSeries_CustomTemplateProperty) property enables you to obtain the preferred view for the stacked column segment. This sample visualizes how to create a [stacked column 100 chart](https://www.syncfusion.com/winui-controls/charts/winui-stacked-column-100-chart) to depict the global distribution of cloud data centers. Demo ## Troubleshooting #### Path too long exception If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to short and build the project. For a step by step procedure, refer to the [Global Distribution of Cloud Provider Data Centers blog](https://www.syncfusion.com/blogs/post/winui-100-stacked-column-chart-cloud-data-centers.aspx).

近期下载者

相关文件


收藏者