Represents a IgbDataChart bubble series.
InheritanceSystem.Object
IgbBubbleSeries
ImplementsSystem.IDisposable
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbBubbleSeries : IgbScatterBase, JsonSerializable, IDisposable
Constructors IgbBubbleSeries() Declaration Properties FillMemberAsLegendLabel
Gets or sets the label displayed before series' fill value in the Data Legend.
Declarationpublic string FillMemberAsLegendLabel { get; set; }
Property Value Type Description System.String FillMemberAsLegendUnit
Gets or sets the unit displayed after series' fill value in the Data Legend.
Declarationpublic string FillMemberAsLegendUnit { get; set; }
Property Value Type Description System.String FillMemberPath
Gets or sets the fill mapping property for the current series object.
Declarationpublic string FillMemberPath { get; set; }
Property Value Type Description System.String FillScale
Gets or sets the brush scale for the fill brush of markers.
Declarationpublic IgbBrushScale FillScale { get; set; }
Property Value FillScaleUseGlobalValues
Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series. This setting applies only if multiple series are using the same FillScale.
Declarationpublic bool FillScaleUseGlobalValues { get; set; }
Property Value Type Description System.Boolean LabelMemberPath
Gets or sets the Label mapping property for the current series object.
Declarationpublic string LabelMemberPath { get; set; }
Property Value Type Description System.String MarkerBrushBrightness
Gets or sets brightness of the marker fill. Using negative value will change marker fill to darker color and positive value will change marker fill to brighter color Note you can use any values between minimum value of -1 (darkest fill) and maximum value of 1 (brightest fill)
Declarationpublic double MarkerBrushBrightness { get; set; }
Property Value Type Description System.Double MarkerOutlineBrightness
Gets or sets brightness of the marker outline. Using negative value will change marker outline to darker color and positive value will change marker outline to brighter color Note you can use any values between minimum value of -1 (darkest outline) and maximum value of 1 (brightest outline)
Declarationpublic double MarkerOutlineBrightness { get; set; }
Property Value Type Description System.Double MarkerOutlineUsesFillScale
Gets or sets whether or not the marker outline should use FillScale like the marker fill does. This setting applies only if the current series has a FillScale set and it overrides MarkerOutline setting.
Declarationpublic bool MarkerOutlineUsesFillScale { get; set; }
Property Value Type Description System.Boolean RadiusMemberAsLegendLabel
Gets or sets the label displayed before series' radius value in the Data Legend.
Declarationpublic string RadiusMemberAsLegendLabel { get; set; }
Property Value Type Description System.String RadiusMemberAsLegendUnit
Gets or sets the unit displayed after series' radius value in the Data Legend.
Declarationpublic string RadiusMemberAsLegendUnit { get; set; }
Property Value Type Description System.String RadiusMemberPath
Gets or sets the radius mapping property for the current series object.
Declarationpublic string RadiusMemberPath { get; set; }
Property Value Type Description System.String RadiusScale
Gets or sets the radius size scale for the bubbles.
Declarationpublic IgbSizeScale RadiusScale { get; set; }
Property Value RadiusScaleUseGlobalValues
Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath from multiple series. This setting applies only if multiple series are using the same RadiusScale.
Declarationpublic bool RadiusScaleUseGlobalValues { get; set; }
Property Value Type Description System.Boolean Type Declaration
public override string Type { get; }
Property Value Type Description System.String Overrides Methods EnsureModulesLoaded() Declaration
protected override void EnsureModulesLoaded()
Overrides FindByName(String) Declaration
public override object FindByName(string name)
Parameters Type Name Description System.String name Returns Type Description System.Object Overrides GetItemValue(Object, String) Declaration
public override object GetItemValue(object item, string memberPathName)
Parameters Type Name Description System.Object item System.String memberPathName Returns Type Description System.Object Overrides GetItemValueAsync(Object, String) Declaration
public override Task<object> GetItemValueAsync(object item, string memberPathName)
Parameters Type Name Description System.Object item System.String memberPathName Returns Type Description System.Threading.Tasks.Task<System.Object> Overrides GetMemberPathValue(String) Declaration
public override string GetMemberPathValue(string memberPathName)
Parameters Type Name Description System.String memberPathName Returns Type Description System.String Overrides GetMemberPathValueAsync(String) Declaration
public override Task<string> GetMemberPathValueAsync(string memberPathName)
Parameters Type Name Description System.String memberPathName Returns Type Description System.Threading.Tasks.Task<System.String> Overrides Implements
System.IDisposable
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4