FastBubbleRenderableSeries
Defines a Bubble-chart renderable series, supporting rendering of bubbles using Z data, positioned using X-Y data. Bubbles are defined using the BubbleColor property, but rendered as a soft-edged circle which fades to transparent in the centre.
継承元: BaseRenderableSeries
コンストラクター
FastBubbleRenderableSeries()
Initializes a new instance of the class.
プロパティ
AutoZRange : bool
Gets or sets whether Z-range should be automatically scaled. If True, then depending on the XYZ points in the viewport, the size of bubbles will be scaled to fit. Else, the size of bubbles will be absolute
BubbleColor : Color
Gets or sets the BubbleColor, a base colour used when rendering the bubbles as a soft-edged circle, centred on the X-Y point
ZScaleFactor : double
Gets or sets a Z-scaling factor, equal to Pixels divided by Z-Unit
メソッド
InternalDraw(IRenderContext2D, IRenderPassData)
Draws the series using the IRenderContext2D and the IRenderPassData passed in
- renderContext
- The render context. This is a graphics object which has methods to draw lines, quads and polygons to the screen
- renderPassData
- The render pass data. Contains a resampled IPointSeries, the IndexRange of points on the screen and the current YAxis and XAxis ICoordinateCalculator to convert data-points to screen points
フィールド
AutoZRangeProperty : DependencyProperty
Defines the AutoZRange DependencyProperty
BubbleColorProperty : DependencyProperty
Defines the BubbleColor DependencyProperty
ZScaleFactorProperty : DependencyProperty
Defines the ZScaleFactor DependencyProperty