XlsChartLegend
FrameFormat Property
|
Gets or sets the frame format of the chart.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IChartFrameFormat FrameFormat { get; }
Public ReadOnly Property FrameFormat As IChartFrameFormat
Get
public:
property IChartFrameFormat^ FrameFormat {
IChartFrameFormat^ get ();
}
member FrameFormat : IChartFrameFormat with get
Property Value
Type:
IChartFrameFormat
See Also