DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.ChartData

    Represents the data for a chart.

    Inheritance
    object
    WidgetTrends.ChartData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Dashboard.Widgets
    Assembly: DataWeb.Core.dll
    Syntax
    public class WidgetTrends.ChartData

    Properties

    LabelX

    Gets or sets the label for the X-axis of the chart.

    Declaration
    public string LabelX { get; set; }
    Property Value
    Type Description
    string

    LabelY

    Gets or sets the label for the Y-axis of the chart.

    Declaration
    public string LabelY { get; set; }
    Property Value
    Type Description
    string

    Series

    Gets or sets the WidgetTrends.ChartData.ChartSeries in the chart.

    Declaration
    public List<WidgetTrends.ChartData.ChartSeries> Series { get; set; }
    Property Value
    Type Description
    List<WidgetTrends.ChartData.ChartSeries>

    Type

    Gets or sets the type of the chart.

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX