Members  
com.scichart.charting.visuals.renderableSeries Package : FastBubbleRenderableSeries Class
FastBubbleRenderableSeries Class
Defines a Bubble-chart renderable series, supporting rendering of bubbles using Z data, positioned using X-Y data. Bubbles are defined using the getBubbleBrushStyle property, but rendered as a soft-edged circle which fades to transparent in the centre.
Object Model
FastBubbleRenderableSeries ClassBrushStyle ClassISeriesRenderPassData InterfaceIReadWriteLock InterfaceLineDrawMode EnumerationIPaletteProvider InterfaceISciChartSurface InterfaceIPointMarker InterfaceIReadWriteLock InterfaceIRenderPassDataTransformation InterfaceResamplingMode EnumerationIStyle InterfaceISeriesInfoProvider InterfaceIServiceContainer InterfacePenStyle ClassIAxis InterfaceIAxis InterfaceIUpdateSuspender Interface
Syntax
public class FastBubbleRenderableSeries 
    extends XyzRenderableSeriesBase 
Inheritance Hierarchy

java.lang.Object
   com.scichart.charting.visuals.renderableSeries.RenderableSeriesCore
      com.scichart.charting.visuals.renderableSeries.BaseRenderableSeries
         com.scichart.charting.visuals.renderableSeries.XyzRenderableSeriesBase
            com.scichart.charting.visuals.renderableSeries.FastBubbleRenderableSeries

See Also