WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FastScatterPresenter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FastScatterPresenter

    Class implementation fro

    Inheritance
    System.Object
    ChartFastSeriesPresenter
    FastScatterPresenter
    Inherited Members
    ChartFastSeriesPresenter.IndexProperty
    ChartFastSeriesPresenter.PenProperty
    ChartFastSeriesPresenter.DrawingPointsProperty
    ChartFastSeriesPresenter.StrokeThicknessProperty
    ChartFastSeriesPresenter.StrokeProperty
    ChartFastSeriesPresenter.InteriorProperty
    ChartFastSeriesPresenter.SegmentInteriorListProperty
    ChartFastSeriesPresenter.GetIndex(DependencyObject)
    ChartFastSeriesPresenter.SetIndex(DependencyObject, Int32)
    ChartFastSeriesPresenter.GetPen(DependencyObject)
    ChartFastSeriesPresenter.SetPen(DependencyObject, Pen)
    ChartFastSeriesPresenter.OnDrawingPointsChanged(DependencyPropertyChangedEventArgs)
    ChartFastSeriesPresenter.GetVisualChild(Int32)
    ChartFastSeriesPresenter.PointView
    ChartFastSeriesPresenter.VisualCollection
    ChartFastSeriesPresenter.SegmentInteriorList
    ChartFastSeriesPresenter.DrawingPoints
    ChartFastSeriesPresenter.Interior
    ChartFastSeriesPresenter.AffectRender
    ChartFastSeriesPresenter.Stroke
    ChartFastSeriesPresenter.StrokeThickness
    ChartFastSeriesPresenter.VisualChildrenCount
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class FastScatterPresenter : ChartFastSeriesPresenter

    Constructors

    FastScatterPresenter()

    Declaration
    public FastScatterPresenter()

    Fields

    PointsProperty

    Identifies the points dependency property.

    Declaration
    public static readonly DependencyProperty PointsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SeriesProperty

    Identifies the Series dependency property.

    Declaration
    public static readonly DependencyProperty SeriesProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Points

    Get or Set PointsProperty

    Declaration
    public PointCollection Points { get; set; }
    Property Value
    Type Description
    System.Windows.Media.PointCollection

    Series

    Get or Set SeriesProperty

    Declaration
    public ChartSeries Series { get; set; }
    Property Value
    Type Description
    ChartSeries

    Methods

    OnRender(DrawingContext)

    When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext drawingContext

    The drawing instructions for a specific element. This context is provided to the layout system.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved