Class IgbBubbleSeries
Represents a IgbDataChart bubble series.
Inheritance
System.Object
IgbBubbleSeries
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBubbleSeries : IgbScatterBase, JsonSerializable, IDisposable
Constructors
IgbBubbleSeries()
Declaration
Properties
FillMemberAsLegendLabel
Gets or sets the label displayed before series' fill value in the Data Legend.
Declaration
public 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.
Declaration
public string FillMemberAsLegendUnit { get; set; }
Property Value
Type |
Description |
System.String |
|
FillMemberPath
Gets or sets the fill mapping property for the current series object.
Declaration
public string FillMemberPath { get; set; }
Property Value
Type |
Description |
System.String |
|
FillScale
Gets or sets the brush scale for the fill brush of markers.
Declaration
public 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.
Declaration
public bool FillScaleUseGlobalValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelMemberPath
Gets or sets the Label mapping property for the current series object.
Declaration
public 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)
Declaration
public 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)
Declaration
public 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.
Declaration
public 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.
Declaration
public 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.
Declaration
public string RadiusMemberAsLegendUnit { get; set; }
Property Value
Type |
Description |
System.String |
|
RadiusMemberPath
Gets or sets the radius mapping property for the current series object.
Declaration
public string RadiusMemberPath { get; set; }
Property Value
Type |
Description |
System.String |
|
RadiusScale
Gets or sets the radius size scale for the bubbles.
Declaration
public 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.
Declaration
public 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
Implements
System.IDisposable