DockOutsideChartArea Property (ChartTitle)
In This Topic
Gets or sets a value indicating whether the title should be docked outside the chart area rather than inside the chart area. Ignored if
DockToChartArea is not set.
Syntax
'Declaration
Public Property DockOutsideChartArea As RdlBool
public RdlBool DockOutsideChartArea {get; set;}
See Also