Enumeración ChartAllowOutsideChartArea
Specifies whether data point labels can be drawn outside of the plot area.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration ChartAllowOutsideChartArea
'Uso
Dim instance As ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
public enum class ChartAllowOutsideChartArea
type ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
Miembros
Nombre del miembro | Descripción | |
---|---|---|
False | Labels must be entirely inside the plot area. | |
Partial | Labels are allowed to be partially outside the plot area. | |
True | Labels are allowed to be entirely outside the plot area. |
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering