Class ChartTitle
Represents a title for the chart.
Inheritance
System.Object
ChartTitle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
Constructors
ChartTitle()
Declaration
ChartTitle(ReportSerializer)
Declaration
public ChartTitle(ReportSerializer serializer)
Parameters
Properties
ActionInfo
Declaration
public ActionInfo ActionInfo { get; set; }
Property Value
Caption
Declaration
public string Caption { get; set; }
Property Value
Type |
Description |
System.String |
|
ChartElementPosition
Declaration
public ChartElementPosition ChartElementPosition { get; set; }
Property Value
DockOffset
Declaration
public int DockOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DockOutChartArea
Declaration
public bool DockOutChartArea { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DockToChartArea
Declaration
public string DockToChartArea { get; set; }
Property Value
Type |
Description |
System.String |
|
Hidden
Declaration
public string Hidden { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Position
Declaration
public string Position { get; set; }
Property Value
Type |
Description |
System.String |
|
Style
Declaration
public Style Style { get; set; }
Property Value
TextOrientation
Declaration
public TextOrientation TextOrientation { get; set; }
Property Value
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|