API Reference / ApexBubbleDataAPI ReferenceClass ApexBubbleDataEdit on GitHubNamespace HtmlForgeXAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:102Represents a single bubble data point.InheritanceObjectApexBubbleDataFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic ApexBubbleData() #Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic Double X { get; set; } #Containers/ApexCharts/ApexBubbleData.cs:14JsonPropertyName("x")Gets or sets the X coordinate.public Double Y { get; set; } #Containers/ApexCharts/ApexBubbleData.cs:20JsonPropertyName("y")Gets or sets the Y coordinate.public Double Z { get; set; } #Containers/ApexCharts/ApexBubbleData.cs:26JsonPropertyName("z")Gets or sets the Z value (bubble size).