Class PivotFieldsSection
Implements the extensive support to PivotChart with group bar functionalities.
Inheritance
System.Object
PivotFieldsSection
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Drawing.Image |
BackInterior
Gets or sets the interior of the PivotFieldsSection.
Declaration
public Color BackInterior { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderColor
Gets or sets the border color of the PivotFieldsSection.
Declaration
public Color BorderColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
BorderStyle
Gets or sets the border style of the PivotFieldsSection.
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
Type |
---|
System.Windows.Forms.BorderStyle |
BorderWidth
Gets or sets the border width of the PivotFieldsSection.
Declaration
public int BorderWidth { get; set; }
Property Value
Type |
---|
System.Int32 |
ItemBackColor
Gets or sets the back color of the field section button.
Declaration
public Color ItemBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ItemForeColor
Gets or sets the fore color of the field section button.
Declaration
public Color ItemForeColor { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |
Methods
Dispose()
Disposes the unmanaged resources.
Declaration
public void Dispose()
Implements
System.IDisposable