WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotFieldsSection - WindowsForms API Reference | Syncfusion PivotChart with group bar functionalities. ">

    Show / Hide Table of Contents

    Class PivotFieldsSection

    Implements the extensive support to PivotChart with group bar functionalities.

    Inheritance
    System.Object
    PivotFieldsSection
    Implements
    System.IDisposable
    Inherited Members
    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.PivotChart
    Assembly: Syncfusion.PivotChart.Windows.dll
    Syntax
    public class PivotFieldsSection : IDisposable

    Constructors

    PivotFieldsSection(Panel, PivotChart)

    Initializes a new instance of the PivotFieldsSection class.

    Declaration
    public PivotFieldsSection(Panel fieldSectionPanel, PivotChart pivotChart)
    Parameters
    Type Name Description
    System.Windows.Forms.Panel fieldSectionPanel

    FieldSection Group Panel

    PivotChart pivotChart

    Wired PivotChart

    Properties

    BackGroundImage

    Gets or sets the BackGroundImage of the PivotFieldsSection.

    Declaration
    public Image BackGroundImage { get; set; }
    Property Value
    Type Description
    System.Drawing.Image

    BackInterior

    Gets or sets the interior of the PivotFieldsSection.

    Declaration
    public Color BackInterior { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    BorderColor

    Gets or sets the border color of the PivotFieldsSection.

    Declaration
    public Color BorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    BorderStyle

    Gets or sets the border style of the PivotFieldsSection.

    Declaration
    public BorderStyle BorderStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.BorderStyle

    BorderWidth

    Gets or sets the border width of the PivotFieldsSection.

    Declaration
    public int BorderWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    ItemBackColor

    Gets or sets the back color of the field section button.

    Declaration
    public Color ItemBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    ItemForeColor

    Gets or sets the fore color of the field section button.

    Declaration
    public Color ItemForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Visible

    Gets or sets a value indicating whether field section panel should be shown.

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

    Methods

    Dispose()

    Disposes the unmanaged resources.

    Declaration
    public void Dispose()

    Implements

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