System Library Common Framework
Search Results for

    *.Benchmark*,*.Tests*,*.ApiTests*,*.BaseTest*,DelegateJsonConverter,CalleeCancelledRequestException,ClientResponse,ContentType,OutputCachePolicy
    Show / Hide Table of Contents Show / Hide Table of Contents
    NamespaceSystemLibrary.Common.Framework SystemLibrary.Common.Framework.App.dll

    SliceOption

    public class SliceOption

    Inheritance
    object
    SliceOption
    Examples
    Arguments
    X

    Fields

    Background color for the slice, pass either rgb, hex or a default predefined browser color name

    Example 1: rgb(255, 100, 100)

    Example 2: #FF6464

    Example 3: red

    public string Color

    X
    Field Value
    Type Description
    string

    Order of the slice in the pie chart

    Note: order 0 is first, then it increases and renders slices clockwise. An order of 9999999 will use a sort order based on Count, highest first

    public int Order

    X
    Field Value
    Type Description
    int

    Use the same segment text that you used when invoking Metric.Inc() to color and order it, or set segment to null to set a default color in the pie chart

    public string Segment

    X
    Field Value
    Type Description
    string

    Extension Methods

    ObjectExtensions.Json(object, bool)
    ObjectExtensions.Json(object, JsonSerializerOptions, bool, params JsonConverter[])
    ObjectExtensions.Json(object, params JsonConverter[])
    ObjectExtensions.Xml(object)

    }

    In This Article
    Package: nuget
    Source: github
    Website: System Library Common Framework