IChartPlotArea

IChartPlotArea interface

Represents chart title properties.

public interface IChartPlotArea : IActualLayout, ILayoutable

Properties

NameDescription
AsIActualLayout { get; }Returns IActualLayout interface.
AsILayoutable { get; }Allows to get base ILayoutable interface. Read-only ILayoutable.
Format { get; }Returns the format of a plot area. Read-only IFormat.
LayoutTargetType { get; set; }If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels). Read/write LayoutTargetType.

See Also