Interface IVisitorGroupStatisticChartDetails
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the Visitor Group Statistics gadget will be removed after the upcoming major release.")]
public interface IVisitorGroupStatisticChartDetails
Properties
Chart
Declaration
Property Value
LedgendDocking
Declaration
LedgendDocking LedgendDocking { get; }
Property Value
LegendText
Declaration
string LegendText { get; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
IDictionary<string, string> Properties { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
XValueType
Declaration
Property Value
Type |
Description |
System.Type |
|
YValueType
Declaration
Property Value
Type |
Description |
System.Type |
|
Methods
Declaration
object FormatKey(object key)
Parameters
Type |
Name |
Description |
System.Object |
key |
|
Returns
Type |
Description |
System.Object |
|
Declaration
object FormatValue(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Type |
Description |
System.Object |
|
Extension Methods