Show / Hide Table of Contents

Class IgbDataLegendSeriesValueInfo

Represent info about series values

Inheritance
System.Object
BaseRendererElement
IgbDataLegendSeriesValueInfo
IgbDataLegendSummaryColumn
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDataLegendSeriesValueInfo : BaseRendererElement, JsonSerializable

Constructors

IgbDataLegendSeriesValueInfo()

Declaration
public IgbDataLegendSeriesValueInfo()

Properties

AllowLabels

Gets or sets whether the label text is allowed by the series, e.g. "H:"

Declaration
public bool AllowLabels { get; set; }
Property Value
Type Description
System.Boolean

AllowUnits

Gets or sets whether the unit text is allowed by the series, e.g. "Hz"

Declaration
public bool AllowUnits { get; set; }
Property Value
Type Description
System.Boolean

FormatAllowAbbreviation

Gets or sets whether or not allow displaying value with abbreviation

Declaration
public bool FormatAllowAbbreviation { get; set; }
Property Value
Type Description
System.Boolean

FormatAllowCurrency

Gets or sets whether or not allow displaying value as currency

Declaration
public bool FormatAllowCurrency { get; set; }
Property Value
Type Description
System.Boolean

FormatAllowDecimal

Gets or sets whether or not allow displaying value as decimal

Declaration
public bool FormatAllowDecimal { get; set; }
Property Value
Type Description
System.Boolean

FormatAllowInteger

Gets or sets whether or not allow displaying value as integer

Declaration
public bool FormatAllowInteger { get; set; }
Property Value
Type Description
System.Boolean

FormatAllowPercent

Gets or sets whether or not allow displaying value as percentage

Declaration
public bool FormatAllowPercent { get; set; }
Property Value
Type Description
System.Boolean

FormatMaxFractions

Gets or sets maximum digits used for displaying faction of the value

Declaration
public int FormatMaxFractions { get; set; }
Property Value
Type Description
System.Int32

FormatMinFractions

Gets or sets minimum digits used for displaying faction of the value

Declaration
public int FormatMinFractions { get; set; }
Property Value
Type Description
System.Int32

FormatUseNegativeColor

Gets or sets whether or not use conditional color

Declaration
public bool FormatUseNegativeColor { get; set; }
Property Value
Type Description
System.Boolean

FormatUsePositiveColor

Gets or sets whether or not use conditional color

Declaration
public bool FormatUsePositiveColor { get; set; }
Property Value
Type Description
System.Boolean

FormatWithSeriesColor

Gets value color used by the series

Declaration
public string FormatWithSeriesColor { get; set; }
Property Value
Type Description
System.String

Index

Gets the index of series

Declaration
public int Index { get; set; }
Property Value
Type Description
System.Int32

IsExcludeByDefault

Gets or sets whether this value is excluded/hidden by default in Data Legend

Declaration
public bool IsExcludeByDefault { get; set; }
Property Value
Type Description
System.Boolean

MemberLabel

Declaration
public string MemberLabel { get; set; }
Property Value
Type Description
System.String

MemberPath

Gets or sets member path for the series value, e.g. "High"

Declaration
public string MemberPath { get; set; }
Property Value
Type Description
System.String

MemberSymbol

Gets or sets label for the series value, e.g. "H:"

Declaration
public string MemberSymbol { get; set; }
Property Value
Type Description
System.String

MemberUnit

Gets or sets unit text for the value, e.g. "Hz"

Declaration
public string MemberUnit { get; set; }
Property Value
Type Description
System.String

OrderIndex

Declaration
public int OrderIndex { get; set; }
Property Value
Type Description
System.Int32

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Value

Gets value of series

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double

ValueNegativePrefix

Gets or sets prefix for negative value

Declaration
public string ValueNegativePrefix { get; set; }
Property Value
Type Description
System.String

ValueNegativeSuffix

Gets or sets suffix for negative value

Declaration
public string ValueNegativeSuffix { get; set; }
Property Value
Type Description
System.String

ValuePositivePrefix

Gets or sets prefix for positive value

Declaration
public string ValuePositivePrefix { get; set; }
Property Value
Type Description
System.String

ValuePositiveSuffix

Gets or sets suffix for positive value

Declaration
public string ValuePositiveSuffix { get; set; }
Property Value
Type Description
System.String

ValueType

Gets or sets type of value

Declaration
public DataLegendSeriesValueType ValueType { get; set; }
Property Value
Type Description
DataLegendSeriesValueType

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

Implements

JsonSerializable