We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41c548 commit ad7ebadCopy full SHA for ad7ebad
src/components/BootstrapBlazor.Chart/Components/Chart/ChartDataset.cs
@@ -1,4 +1,4 @@
1
-// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
+// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
// Website: https://www.blazor.zone or https://argozhang.github.io/
4
@@ -11,6 +11,11 @@ namespace BootstrapBlazor.Components;
11
/// </summary>
12
public class ChartDataset
13
{
14
+ /// <summary>
15
+ /// 获得/设置 是否不显示 默认 false
16
+ /// </summary>
17
+ public bool Hidden { get; set; }
18
+
19
/// <summary>
20
/// 获得/设置 数据集合名称
21
0 commit comments