Udostępnij przez


Właściwość ChartArea.EquallySizedAxesFont

Pobiera wartość wskazująca, należy użyć tego samego rozmiaru czcionki dla wszystkich osi, jeśli rozmiar czcionki jest automatyczna.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty
    Get
'Użycie
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