WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartPyramidConfigItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartPyramidConfigItem

    Configuration item that pertains to Pyramid charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartPyramidConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public class ChartPyramidConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartPyramidConfigItem()

    Initializes a new instance of the ChartPyramidConfigItem class.

    Declaration
    public ChartPyramidConfigItem()

    Properties

    FigureBase

    Specifies the way in which the pyramid base should be rendered in 3D mode. Default is Square.

    Declaration
    public ChartFigureBase FigureBase { get; set; }
    Property Value
    Type Description
    ChartFigureBase

    GapRatio

    Specifies the co-efficient that determines the gap between the blocks. Default is 0.0f.

    Declaration
    public float GapRatio { get; set; }
    Property Value
    Type Description
    System.Single

    LabelPlacement

    Specifies the positioning of the labels in addition to the LabelStyle property.

    Declaration
    public ChartAccumulationLabelPlacement LabelPlacement { get; set; }
    Property Value
    Type Description
    ChartAccumulationLabelPlacement

    LabelStyle

    Specifies the positioning of the labels in addition to the LabelPlacement property.

    Declaration
    public ChartAccumulationLabelStyle LabelStyle { get; set; }
    Property Value
    Type Description
    ChartAccumulationLabelStyle

    PyramidMode

    Specifies the mode in which the Y values should be interpreted. Default is Linear.

    Declaration
    public ChartPyramidMode PyramidMode { get; set; }
    Property Value
    Type Description
    ChartPyramidMode

    ShowDataBindLabels

    Gets or sets a value indicating whether databind labels are displayed.

    Declaration
    public bool ShowDataBindLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if databind labels are displayed; otherwise, false.

    ShowSeriesTitle

    Gets or sets a value indicating whether series title is displayed.

    Declaration
    public bool ShowSeriesTitle { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if series title is displayed; otherwise, false.

    Implements

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