Back to API Home
Assembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
The tokens.
Gets or sets the tokens. These are what are used to link a KPI to a series in the visual object. The relationship may be one KPI
to many series.
Namespace: Dundas.Dashboard.DashboardControls.ExtensibilityAssembly: Dundas.Dashboard.Client (in Dundas.Dashboard.Client.dll) Version: 5.0.0.0 (5.5.0.1000)
Syntax
C# |
---|
[DataMemberAttribute] [DesignerBrowsableAttribute(DesignerBrowsableVisibility.Hidden)] public Collection<DashboardToken> Tokens { get; set; } |
Visual Basic |
---|
<DataMemberAttribute> <DesignerBrowsableAttribute(DesignerBrowsableVisibility.Hidden)> Public Property Tokens As Collection(Of DashboardToken) Get Set |
Property Value
Type: Collection<(Of <(<'DashboardToken>)>)>The tokens.