XlsChartSerie
ParetoLineFormat Property
|
Return frame format. Read-only.
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 ParetoLineFormat { get; }
Public ReadOnly Property ParetoLineFormat As IChartFrameFormat
Get
public:
property IChartFrameFormat^ ParetoLineFormat {
IChartFrameFormat^ get ();
}
member ParetoLineFormat : IChartFrameFormat with get
Property Value
Type:
IChartFrameFormat
See Also