GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ChartPlotArea Class

    Namespace:
    GemBox.Spreadsheet.Charts
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a chart plot area.

    • C#
    • VB.NET
    public sealed class ChartPlotArea
    Public NotInheritable Class ChartPlotArea
    Inheritance:
    System.Object
    ChartPlotArea

    Properties

    CustomLayout

    Gets or sets the plot area's custom layout.

    • C#
    • VB.NET
    public ChartElementLayout CustomLayout { get; set; }
    Public Property CustomLayout As ChartElementLayout
    Property Value
    ChartElementLayout

    The configuration of how the plot area should be positioned and sized inside the chart.

    Fill

    Gets or sets the fill formatting options.

    • C#
    • VB.NET
    public FillFormat Fill { get; set; }
    Public Property Fill As FillFormat
    Property Value
    FillFormat

    The fill formatting options.

    Outline

    Gets or sets the outline formatting options.

    • C#
    • VB.NET
    public LineFormat Outline { get; set; }
    Public Property Outline As LineFormat
    Property Value
    LineFormat

    The outline formatting options.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.