Condividi tramite


Proprietà ChartArea.EquallySizedAxesFont

Gets a value that indicates the same font size should be used for all axes if the font size is automatic.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty 
    Get
'Utilizzo
Dim instance As ChartArea 
Dim value As ReportBoolProperty 

value = instance.EquallySizedAxesFont
public ReportBoolProperty EquallySizedAxesFont { get; }
public:
property ReportBoolProperty^ EquallySizedAxesFont {
    ReportBoolProperty^ get ();
}
member EquallySizedAxesFont : ReportBoolProperty
function get EquallySizedAxesFont () : ReportBoolProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Vedere anche

Riferimento

ChartArea Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering