Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

syncfusion-wpf-olap-gauge同步融合 wpf olap 量表

Agent Skill

syncfusion-wpf-olap-gauge 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

960

周安装

40

GitHub Stars

2

下载量

320
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-wpf-olap-gauge(同步融合 wpf olap 量表)
来源仓库:https://github.com/syncfusion/wpf-ui-components-skills
仓库路径:skills/syncfusion-wpf-olap-gauge
安装命令:
npx skills add https://github.com/syncfusion/wpf-ui-components-skills --skill syncfusion-wpf-olap-gauge
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/wpf-ui-components-skills --skill syncfusion-wpf-olap-gauge

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理与分析。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • syncfusion-wpf-olap-gauge 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing OLAP Gauges

Guide for implementing the Syncfusion® WPF OLAP Gauge control for displaying Key Performance Indicators (KPI) from OLAP data sources. The OLAP Gauge is ideal for highlighting business-critical KPI information in executive dashboards and report cards, presenting values against goals in an intuitive manner.

When to Use This Skill

Use this skill when you need to:

  • Display KPI data from OLAP cubes in gauge format
  • Connect to OLAP data sources (XML/A, SQL Server Analysis Services, Mondrian, ActivePivot)
  • Visualize business metrics with goals, status, and trend indicators
  • Create executive dashboards with KPI visualizations
  • Bind OLAP gauge to offline cubes or local/online servers
  • Customize gauge appearance with frames, themes, and layouts
  • Configure multiple gauges in structured layouts
  • Implement OLAP reports with dimensions and KPI elements
  • Localize OLAP gauge for international applications
  • Add tooltips to display value and goal information

Component Overview

The OlapGauge control for WPF provides sophisticated KPI visualization capabilities:

Key Capabilities

  • OLAP Data Binding: Built-in support for XML/A data sources, offline cubes, SQL Server Analysis Services, Mondrian, and ActivePivot servers
  • KPI Visualization: Displays KPI values (pointers), goals (markers), status, and trend indicators
  • Visual Indicators: Traffic lights, road signs, and standard arrow images for status and trend
  • Multiple Gauge Layouts: Customizable row and column layouts for displaying multiple gauges
  • Frame Types: Various built-in frame types (circular, half-circle, full-circle) for rich appearance
  • Theming: Supports Office 2010/2013, Metro, Blend, and VisualStudio themes
  • Tooltips: Interactive tooltips for pointers and markers
  • Customization: Control visibility of headers, labels, factors, and adjust gauge radius
  • Localization: Multi-language support with RTL (Right-to-Left) capability
  • XAML Configuration: Complete design-time control configuration without code-behind

Architecture

OlapGauge Control
├── OlapDataManager (manages OLAP connections)
├── OlapReport (defines cube, dimensions, KPI elements)
├── Gauge Visualization (renders KPI data)
│   ├── Pointers (KPI values)
│   ├── Markers (KPI goals)
│   ├── Status Indicators (visual feedback)
│   └── Trend Indicators (directional arrows)
└── Layout (rows/columns for multiple gauges)

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

Read this reference when setting up the OLAP Gauge control for the first time:

  • Installing and adding control through Visual Studio
  • Installing and adding control through Expression Blend
  • Adding control programmatically through code-behind
  • Required assembly references (Syncfusion.OlapGauge.WPF, Syncfusion.Olap.Base, etc.)
  • Setting up OlapDataManager with connection strings
  • Creating basic OlapReport with KpiElements and DimensionElements
  • Defining cube names and configuring dimensions
  • Required namespaces (Syncfusion.Olap.Reports, Syncfusion.Olap.Manager, Syncfusion.Windows.Gauge.Olap)
  • Initial rendering and sample output

Data Binding

📄 Read: references/data-binding.md

Read this reference when connecting OLAP Gauge to data sources:

  • Binding to offline cube files (.cub) with physical path
  • Binding to cube in local SQL Server Analysis Services
  • Binding to cube in online SQL Server via XML/A
  • Binding to Mondrian server OLAP cubes
  • Binding to ActivePivot server OLAP cubes
  • Connection string formats for different providers
  • Authentication and credential configuration
  • Setting DataProvider.ProviderName for different servers
  • Troubleshooting connection issues

KPI Visualization

📄 Read: references/kpi-visualization.md

Read this reference when working with KPI display features:

  • Understanding KPI elements and structure
  • KPI value representation using pointers
  • KPI goal representation using markers
  • KPI status indicators (traffic lights, road signs)
  • KPI trend indicators (directional arrows)
  • Configuring KpiElement properties (ShowKPIGoal, ShowKPIStatus, ShowKPIValue, ShowKPITrend)
  • Display options for each KPI component
  • Member-KPI combination display patterns
  • Visual feedback for performance metrics

Customization

📄 Read: references/customization.md

Read this reference when customizing gauge layout and behavior:

  • Layout customization with ColumnsCount and RowsCount properties
  • Controlling multiple gauge arrangements
  • Gauge header visibility (ShowGaugeHeaders)
  • Gauge label visibility (ShowGaugeLabels)
  • Gauge factor visibility (ShowGaugeFactors)
  • Complete XAML configuration without code-behind
  • DataSource.ConnectionString and DataSource.ConnectionName properties
  • ReportName and CurrentCubeName configuration in XAML
  • CategoricalAxis, SeriesAxis, and SlicerAxis definition
  • Dimension and KPI elements in XAML markup
  • Calculated members configuration

Appearance

📄 Read: references/appearance.md

Read this reference when styling the gauge appearance:

  • Adjusting gauge radius for size control
  • Built-in frame types (CircularCenterGradient, CircularWithDarkOuterFrames, FullCircle, HalfCircle)
  • Applying themes with SkinStorage.VisualStyle
  • Available themes: Metro, Blend, Office2010Black, Office2010Blue, Office2010Silver
  • Office 2013 themes: LightGray, DarkGray, White
  • VisualStudio2013 theme
  • Setting themes in XAML vs code-behind
  • SfSkinManager.SetVisualStyle usage

Tooltips and Localization

📄 Read: references/tooltips-localization.md

Read this reference when implementing tooltips or multi-language support:

  • Enabling pointer tooltips (ShowPointersTooltip)
  • Enabling marker tooltips (ShowMarkersTooltip)
  • Tooltip content and formatting
  • Localization overview and translation process
  • Creating resource files (.resx) with proper naming conventions
  • File naming format: Syncfusion.OlapGauge.wpf..resx
  • Setting CurrentUICulture for culture specification
  • RTL (Right-to-Left) support with FlowDirection property
  • Combining localization with RTL for Arabic, Hebrew, etc.

Quick Start Example

Basic OLAP Gauge with KPI

<Window x:Class="OlapGaugeApp.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:syncfusion="http://schemas.syncfusion.com/wpf">
    <Grid>
        <syncfusion:OlapGauge x:Name="OlapGauge1"/>
    </Grid>
</Window>
using Syncfusion.Olap.Manager;
using Syncfusion.Olap.Reports;
using System.Windows;

namespace OlapGaugeApp
{
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();

            // Create data manager with connection string
            var olapDataManager = new OlapDataManager(
                "Data Source=http://bi.syncfusion.com/olap/msmdpump.dll; " +
                "Initial Catalog=Adventure Works DW 2008 SE;");

            // Set OLAP report
            olapDataManager.SetCurrentReport(CreateOlapReport());

            // Bind to gauge
            this.OlapGauge1.OlapDataManager = olapDataManager;
        }

        private OlapReport CreateOlapReport()
        {
            OlapReport report = new OlapReport();
            report.CurrentCubeName = "Adventure Works";

            // Configure KPI element
            KpiElements kpiElement = new KpiElements();
            kpiElement.Elements.Add(new KpiElement
            {
                Name = "Revenue",
                ShowKPIGoal = true,
                ShowKPIStatus = true,
                ShowKPIValue = true,
                ShowKPITrend = true
            });

            // Configure dimensions
            DimensionElement dimensionElement = new DimensionElement();
            dimensionElement.Name = "Date";
            dimensionElement.AddLevel("Fiscal Year", "Fiscal Year");

            // Add elements to report
            report.CategoricalElements.Add(new Item { ElementValue = kpiElement });
            report.CategoricalElements.Add(new Item { ElementValue = dimensionElement });

            return report;
        }
    }
}

Common Use Cases

Executive Dashboard with Multiple KPIs

Display multiple KPI gauges in a structured layout:

// Configure 2x2 layout for 4 KPIs
this.OlapGauge1.RowsCount = 2;
this.OlapGauge1.ColumnsCount = 2;

Offline Cube Binding

Connect to a local cube file:

string connectionString = @"DataSource = C:\Cubes\Adventure_Works_Ext.cub; Provider = MSOLAP;";
OlapDataManager dataManager = new OlapDataManager(connectionString);

Complete XAML Configuration

Define entire OLAP Gauge in XAML without code-behind:

<syncfusion:OlapGauge x:Name="olapGauge"
                      CurrentCubeName="Adventure Works"
                      ReportName="SalesReport"
                      olapshared:DataSource.ConnectionString="datasource=localhost; initial catalog=adventure works dw">
    <syncfusion:OlapGauge.CategoricalAxis>
        <syncfusion:Dimension Name="Date" HierarchyName="Fiscal" LevelName="Fiscal Year"/>
        <syncfusion:Kpi Name="Revenue" ShowGoal="True" ShowStatus="True" ShowValue="True"/>
    </syncfusion:OlapGauge.CategoricalAxis>
</syncfusion:OlapGauge>

Themed Gauge with Tooltips

Apply theme and enable interactive tooltips:

<syncfusion:OlapGauge x:Name="OlapGauge1"
                      ShowPointersTooltip="True"
                      ShowMarkersTooltip="True"
                      sfshared:SkinStorage.VisualStyle="Metro"/>

Key Properties

Core Properties

PropertyTypeDescription
OlapDataManagerOlapDataManagerManages OLAP connection and data binding
RowsCountintNumber of rows for multiple gauge layout
ColumnsCountintNumber of columns for multiple gauge layout
CurrentCubeNamestringName of the OLAP cube to use
ReportNamestringName of the OLAP report

Visibility Properties

PropertyTypeDefaultDescription
ShowGaugeHeadersbooltrueShow/hide gauge headers
ShowGaugeLabelsbooltrueShow/hide gauge labels
ShowGaugeFactorsbooltrueShow/hide gauge factors
ShowPointersTooltipboolfalseEnable tooltips for pointers (values)
ShowMarkersTooltipboolfalseEnable tooltips for markers (goals)

Appearance Properties

PropertyTypeDescription
RadiusdoubleGauge radius size
FrameTypeGaugeFrameTypeFrame style (Circular, HalfCircle, etc.)
FlowDirectionFlowDirectionLayout direction (LeftToRight/RightToLeft)

XAML Configuration Properties

PropertyDescription
DataSource.ConnectionStringOLAP connection string
DataSource.ConnectionNameConnection name from App.Config
SharedDataManagerNameShared data manager reference
CategoricalAxisCategorical axis dimensions and KPIs
SeriesAxisSeries axis dimensions
SlicerAxisSlicer axis dimensions

Related Components

Within Data Visualization Category

  • Circular Gauges - For non-OLAP radial gauge visualizations with pointers and ranges
  • Charts - For detailed OLAP data visualization with multiple chart types

Other Syncfusion WPF Components

For other WPF components, refer to the main library:

Assembly References

Required assemblies for OLAP Gauge:

  • Syncfusion.OlapGauge.WPF
  • Syncfusion.Gauge.WPF
  • Syncfusion.Olap.Base
  • Syncfusion.OlapShared.WPF
  • Syncfusion.Core
  • Syncfusion.Shared.WPF

Location: {Drive}:\Program Files (x86)\Syncfusion\Essential Studio\{version}\precompiledassemblies\{version}\{framework}\

Licensing

Starting with v16.2.0.x, Syncfusion license key registration is required. Include the license key in your application. Refer to Syncfusion licensing documentation for details.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.57%
按下载量换算117

Claude

31.84%
按下载量换算102

Cursor

19.05%
按下载量换算61

Gemini CLI

9.29%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills