SaaS CMS has officially launched! Learn more now.

Interface IVisitorGroupStatisticChartDetails

Namespace: EPiServer.Shell.UI.Models.VisitorGroupsStatistics.Statistics
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
ChartType Chart { get; }
Property Value
Type Description
ChartType

LedgendDocking

Declaration
LedgendDocking LedgendDocking { get; }
Property Value
Type Description
LedgendDocking

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
Type XValueType { get; }
Property Value
Type Description
System.Type

YValueType

Declaration
Type YValueType { get; }
Property Value
Type Description
System.Type

Methods

FormatKey(Object)

Declaration
object FormatKey(object key)
Parameters
Type Name Description
System.Object key
Returns
Type Description
System.Object

FormatValue(Object)

Declaration
object FormatValue(object value)
Parameters
Type Name Description
System.Object value
Returns
Type Description
System.Object

Extension Methods