XlsChartAxis
ParagraphType Property
|
Represents the TextArea Paragraph
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartParagraphType ParagraphType { get; set; }
Public Property ParagraphType As ChartParagraphType
Get
Set
public:
property ChartParagraphType ParagraphType {
ChartParagraphType get ();
void set (ChartParagraphType value);
}
member ParagraphType : ChartParagraphType with get, set
Property Value
Type:
ChartParagraphType
See Also