menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartColumnDrawingValues - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartColumnDrawingValues

    Class implementation for ChartColumnDrawingValues

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

    Constructors

    ChartColumnDrawingValues()

    Declaration
    public ChartColumnDrawingValues()

    Fields

    HeightProperty

    Identifies the Height dependency property.

    Declaration
    public static readonly DependencyProperty HeightProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    WidthProperty

    Identifies the Width dependency property.

    Declaration
    public static readonly DependencyProperty WidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    XProperty

    Identifies the X dependency property.

    Declaration
    public static readonly DependencyProperty XProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    YProperty

    Identifies the Y dependency property.

    Declaration
    public static readonly DependencyProperty YProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    Height

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

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

    The height value.

    Width

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

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

    The width value.

    X

    Gets or sets the X co-ordinate of segment. This is a dependency property.

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

    The X value.

    Y

    Gets or sets the Y co-ordinate of segment. This is a dependency property.

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

    The Y value.

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