WPF

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

    Show / Hide Table of Contents

    Class ScatterChartDrawingValues

    Class implementation for ScatterChartDrawingValues

    Inheritance
    System.Object
    ScatterChartDrawingValues
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public class ScatterChartDrawingValues : DependencyObject

    Constructors

    ScatterChartDrawingValues()

    Declaration
    public ScatterChartDrawingValues()

    Fields

    CenterPointProperty

    Identifies the CenterPoint dependency property.

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

    radiusXProperty

    Identifies the Width dependency property.

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

    radiusYProperty

    Identifies the Height dependency property.

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

    Properties

    CenterPoint

    Gets or Sets CenterPointProperty

    Declaration
    public Point CenterPoint { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    radiusX

    Gets or sets the width of segment. This is a dependency property.

    Declaration
    public double radiusX { get; set; }
    Property Value
    Type Description
    System.Double

    The width value.

    radiusY

    Gets or sets the height of segment. This is a dependency property.

    Declaration
    public double radiusY { get; set; }
    Property Value
    Type Description
    System.Double

    The height value.

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