DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.ChartData.ChartSeries.Item

    Represents an item in a chart series.

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

    Properties

    Title

    Gets or sets the title of the item.

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

    Value

    Gets or sets the value of the item.

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