Represent info about series values

Classes that extend this class.

Derived Classes
Implements
  • IComponent
  • IHandleEvent
  • IHandleAfterRender
  • JsonSerializable

constructor

public IgbDataLegendSeriesValueInfo()

Returns IgbDataLegendSeriesValueInfo

Inherited from: BaseRendererElement

[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; }

Inherited from: BaseRendererElement

public bool IsComponentRooted { get; }

Inherited from: BaseRendererElement

protected virtual string ParentTypeName { get; }

Inherited from: BaseRendererElement

protected virtual bool UseDirectRender { get; }

Inherited from: BaseRendererElement

[Parameter]
public RenderFragment ChildContent { get; set; }

Inherited from: BaseRendererElement

protected virtual bool SupportsVisualChildren { get; }

Inherited from: BaseRendererElement

[Parameter]
public string Name { get; set; }

Inherited from: BaseRendererElement

public object Parent { get; }

Inherited from: BaseRendererElement

protected virtual string MethodTarget { get; }

Inherited from: BaseRendererElement

protected object CurrParent { get; }

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

[Parameter]
public bool AllowLabels { get; set; }

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

[Parameter]
public bool AllowUnits { get; set; }

Gets or sets whether or not allow displaying value with abbreviation

[Parameter]
public bool FormatAllowAbbreviation { get; set; }

Gets or sets whether or not allow displaying value as currency

[Parameter]
public bool FormatAllowCurrency { get; set; }

Gets or sets whether or not allow displaying value as decimal

[Parameter]
public bool FormatAllowDecimal { get; set; }

Gets or sets whether or not allow displaying value as integer

[Parameter]
public bool FormatAllowInteger { get; set; }

Gets or sets whether or not allow displaying value as percentage

[Parameter]
public bool FormatAllowPercent { get; set; }

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

[Parameter]
public int FormatMaxFractions { get; set; }

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

[Parameter]
public int FormatMinFractions { get; set; }

Gets or sets whether or not use conditional color

[Parameter]
public bool FormatUseNegativeColor { get; set; }

Gets or sets whether or not use conditional color

[Parameter]
public bool FormatUsePositiveColor { get; set; }

Gets value color used by the series

[Parameter]
public string FormatWithSeriesColor { get; set; }

Gets the index of series

[Parameter]
public int Index { get; set; }

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

[Parameter]
public bool IsExcludeByDefault { get; set; }

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

[Parameter]
public string MemberLabel { get; set; }

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

[Parameter]
public string MemberPath { get; set; }

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

[Parameter]
public string MemberSymbol { get; set; }

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

[Parameter]
public string MemberUnit { get; set; }
[Parameter]
public int OrderIndex { get; set; }
public override string Type { get; }

Gets value of series

[Parameter]
public double Value { get; set; }

Gets or sets prefix for negative value

[Parameter]
public string ValueNegativePrefix { get; set; }

Gets or sets suffix for negative value

[Parameter]
public string ValueNegativeSuffix { get; set; }

Gets or sets prefix for positive value

[Parameter]
public string ValuePositivePrefix { get; set; }

Gets or sets suffix for positive value

[Parameter]
public string ValuePositiveSuffix { get; set; }

Gets or sets type of value

[Parameter]
public DataLegendSeriesValueType ValueType { get; set; }

Inherited from: BaseRendererElement

protected string _name

Inherited from: BaseRendererElement

protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache

Inherited from: BaseRendererElement

protected string _cachedSerializedContent

Inherited from: BaseRendererElement

protected virtual void EnsureModulesLoaded()

Returns any

Inherited from: BaseRendererElement

protected override void BuildRenderTree(RenderTreeBuilder builder)

Parameters

  • builder: RenderTreeBuilder

Returns any

OnElementNameChanged(BaseRendererElement, string, string)

Section titled "OnElementNameChanged(BaseRendererElement, string, string)"

Inherited from: BaseRendererElement

protected void OnElementNameChanged(BaseRendererElement element, string oldName, string newName)

Parameters

  • element: BaseRendererElement
  • oldName: string
  • newName: string

Returns any

InvokeMethod(string, object[], string[], ElementReference[])

Section titled "InvokeMethod(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethod(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodSync(string, object[], string[], ElementReference[])

Section titled "InvokeMethodSync(string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodSync(string methodName, object[] arguments, string[] types, ElementReference[] nativeElements = null)

Parameters

  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelper(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelper(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected Task<object> InvokeMethodHelper(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])

Section titled "InvokeMethodHelperSync(string, string, object[], string[], ElementReference[])"

Inherited from: BaseRendererElement

protected object InvokeMethodHelperSync(string target, string methodName, object[] arguments, string[] types, ElementReference[] nativeElements)

Parameters

  • target: string
  • methodName: string
  • arguments: object[]
  • types: string[]
  • nativeElements: ElementReference[]

Returns any

Inherited from: BaseRendererElement

protected bool IsPropDirty(string propertyName)

Parameters

  • propertyName: string

Returns any

Serialize(SerializationContext, string)

Section titled "Serialize(SerializationContext, string)"

Inherited from: BaseRendererElement

public void Serialize(SerializationContext context, string propertyName = null)

Parameters

  • context: SerializationContext
  • propertyName: string

Returns any

Inherited from: BaseRendererElement

public string Serialize()

Returns any

Inherited from: BaseRendererElement

protected void EnsureValid()

Returns any

FromEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "FromEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

ToEventJson(BaseRendererControl, Dictionary<string, object>)

Section titled "ToEventJson(BaseRendererControl, Dictionary<string, object>)"

Inherited from: BaseRendererElement

protected virtual void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)

Parameters

  • control: BaseRendererControl
  • args: Dictionary

Returns any

SetResourceStringAsync(string, string, string)

Section titled "SetResourceStringAsync(string, string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string id, string value)

Parameters

  • grouping: string
  • id: string
  • value: string

Returns any

SetResourceStringAsync(string, string)

Section titled "SetResourceStringAsync(string, string)"

Inherited from: BaseRendererElement

protected Task<object> SetResourceStringAsync(string grouping, string json)

Parameters

  • grouping: string
  • json: string

Returns any

public override object FindByName(string name)

Parameters

  • name: string

Returns any