For example, suppose the query parameters for the hot spot is:
x=0&xLabel=Mon&dataSet=0&dataSetName=Revenue&value=100 |
The WebHotSpotEventArgs object will contain the following attributes.
Attribute | Value |
---|---|
x | 0 |
xLabel | Mon |
dataSet | 0 |
dataSetName | Revenue |
value | 100 |
If there are two attributes with the same name in the query parameters, they will be merged into one attribute, with the values appended together, delimited using the ASCII unit separator character (ASCII code 31).
In addition to the query parameters attributes, the WebChartViewer.GetPostBackURL can also introduce an additional attribute "cookie" into the table.
Properties
Name | Description |
---|---|
Item | Gets or sets the value of the specified attribute. In C#, this property is the indexer of the class. |
AttrValues | Gets a Hashtable containing all attributes and values associated with the hot spot. |