DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.ChartData.ChartSeries

    Represents a series in a chart.

    Inheritance
    object
    WidgetTrends.ChartData.ChartSeries
    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.ChartSeries

    Properties

    Color

    Gets or sets the color of the series.

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

    Items

    Gets or sets the list of WidgetTrends.ChartData.ChartSeries.Item in the series.

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

    Name

    Gets or sets the name of the series.

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

    Title

    Gets or sets the title of the series.

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