Represent info about series values
Inheritance
object
ComponentBase
Classes that extend this class.
Derived Classes- IComponent
- IHandleEvent
- IHandleAfterRender
- JsonSerializable
Constructors
Section titled "Constructors"constructor
public IgbDataLegendSeriesValueInfo() Returns IgbDataLegendSeriesValueInfo
Properties
Section titled "Properties"IgBlazor
Section titled "IgBlazor"Inherited from: BaseRendererElement
[Inject]
protected IIgniteUIBlazor IgBlazor { get; set; } IsComponentRooted
Section titled "IsComponentRooted"Inherited from: BaseRendererElement
public bool IsComponentRooted { get; } ParentTypeName
Section titled "ParentTypeName"Inherited from: BaseRendererElement
protected virtual string ParentTypeName { get; } UseDirectRender
Section titled "UseDirectRender"Inherited from: BaseRendererElement
protected virtual bool UseDirectRender { get; } ChildContent
Section titled "ChildContent"Inherited from: BaseRendererElement
[Parameter]
public RenderFragment ChildContent { get; set; } SupportsVisualChildren
Section titled "SupportsVisualChildren"Inherited from: BaseRendererElement
protected virtual bool SupportsVisualChildren { get; } MethodTarget
Section titled "MethodTarget"Inherited from: BaseRendererElement
protected virtual string MethodTarget { get; } CurrParent
Section titled "CurrParent"Inherited from: BaseRendererElement
protected object CurrParent { get; } AllowLabels
Section titled "AllowLabels"Gets or sets whether the label text is allowed by the series, e.g. "H:"
[Parameter]
public bool AllowLabels { get; set; } AllowUnits
Section titled "AllowUnits"Gets or sets whether the unit text is allowed by the series, e.g. "Hz"
[Parameter]
public bool AllowUnits { get; set; } FormatAllowAbbreviation
Section titled "FormatAllowAbbreviation"Gets or sets whether or not allow displaying value with abbreviation
[Parameter]
public bool FormatAllowAbbreviation { get; set; } FormatAllowCurrency
Section titled "FormatAllowCurrency"Gets or sets whether or not allow displaying value as currency
[Parameter]
public bool FormatAllowCurrency { get; set; } FormatAllowDecimal
Section titled "FormatAllowDecimal"Gets or sets whether or not allow displaying value as decimal
[Parameter]
public bool FormatAllowDecimal { get; set; } FormatAllowInteger
Section titled "FormatAllowInteger"Gets or sets whether or not allow displaying value as integer
[Parameter]
public bool FormatAllowInteger { get; set; } FormatAllowPercent
Section titled "FormatAllowPercent"Gets or sets whether or not allow displaying value as percentage
[Parameter]
public bool FormatAllowPercent { get; set; } FormatMaxFractions
Section titled "FormatMaxFractions"Gets or sets maximum digits used for displaying faction of the value
[Parameter]
public int FormatMaxFractions { get; set; } FormatMinFractions
Section titled "FormatMinFractions"Gets or sets minimum digits used for displaying faction of the value
[Parameter]
public int FormatMinFractions { get; set; } FormatUseNegativeColor
Section titled "FormatUseNegativeColor"Gets or sets whether or not use conditional color
[Parameter]
public bool FormatUseNegativeColor { get; set; } FormatUsePositiveColor
Section titled "FormatUsePositiveColor"Gets or sets whether or not use conditional color
[Parameter]
public bool FormatUsePositiveColor { get; set; } FormatWithSeriesColor
Section titled "FormatWithSeriesColor"Gets value color used by the series
[Parameter]
public string FormatWithSeriesColor { get; set; } IsExcludeByDefault
Section titled "IsExcludeByDefault"Gets or sets whether this value is excluded/hidden by default in Data Legend
[Parameter]
public bool IsExcludeByDefault { get; set; } MemberLabel
Section titled "MemberLabel"Gets or sets member path for the series value, e.g. "High"
[Parameter]
public string MemberLabel { get; set; } MemberPath
Section titled "MemberPath"Gets or sets member path for the series value, e.g. "HighPrice"
[Parameter]
public string MemberPath { get; set; } MemberSymbol
Section titled "MemberSymbol"Gets or sets label for the series value, e.g. "H:"
[Parameter]
public string MemberSymbol { get; set; } MemberUnit
Section titled "MemberUnit"Gets or sets unit text for the value, e.g. "Hz"
[Parameter]
public string MemberUnit { get; set; } ValueNegativePrefix
Section titled "ValueNegativePrefix"Gets or sets prefix for negative value
[Parameter]
public string ValueNegativePrefix { get; set; } ValueNegativeSuffix
Section titled "ValueNegativeSuffix"Gets or sets suffix for negative value
[Parameter]
public string ValueNegativeSuffix { get; set; } ValuePositivePrefix
Section titled "ValuePositivePrefix"Gets or sets prefix for positive value
[Parameter]
public string ValuePositivePrefix { get; set; } ValuePositiveSuffix
Section titled "ValuePositiveSuffix"Gets or sets suffix for positive value
[Parameter]
public string ValuePositiveSuffix { get; set; } ValueType
Section titled "ValueType"Gets or sets type of value
[Parameter]
public DataLegendSeriesValueType ValueType { get; set; } Accessors
Section titled "Accessors"_name
Section titled "_name"Inherited from: BaseRendererElement
protected string _name eventCallbacksCache
Section titled "eventCallbacksCache"Inherited from: BaseRendererElement
protected Dictionary<Type, Dictionary<string, FieldInfo>> eventCallbacksCache _cachedSerializedContent
Section titled "_cachedSerializedContent"Inherited from: BaseRendererElement
protected string _cachedSerializedContent Methods
Section titled "Methods"EnsureModulesLoaded()
Section titled "EnsureModulesLoaded()"Inherited from: BaseRendererElement
protected virtual void EnsureModulesLoaded() Returns any
BuildRenderTree(RenderTreeBuilder)
Section titled "BuildRenderTree(RenderTreeBuilder)"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
IsPropDirty(string)
Section titled "IsPropDirty(string)"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
Serialize()
Section titled "Serialize()"Inherited from: BaseRendererElement
public string Serialize() Returns any
EnsureValid()
Section titled "EnsureValid()"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
FindByName(string)
Section titled "FindByName(string)"public override object FindByName(string name) Parameters
- name:
string