Winnovative Excel Library for .NET Help
C#
Show/Hide TOC
Excel
Chart
Series
Axis
Title Property
Gets the series axis title box. The returned object can be used to set the title text, font, color, background and pattern.
Definition
Namespace:
Winnovative.ExcelLib
Assembly:
WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
C#
Copy
public
ExcelChartFormattedText
Title
{
get
; }
Property Value
ExcelChartFormattedText
See Also
Reference
ExcelChartSeriesAxis Class
Winnovative.ExcelLib Namespace
In This Article
Definition
See Also