ChartTextArea
ParagraphType Property
|
Represents the TextArea Paragraph
Namespace:
Spire.Xls.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:
virtual property ChartParagraphType ParagraphType {
ChartParagraphType get () sealed;
void set (ChartParagraphType value) sealed;
}
abstract ParagraphType : ChartParagraphType with get, set
override ParagraphType : ChartParagraphType with get, set
Property Value
Type:
ChartParagraphType
See Also