Freigeben über


ChartAreaInstance.EquallySizedAxesFont-Eigenschaft

Gets the calculated value of the EquallySizedAxesFont property in a ChartArea class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property EquallySizedAxesFont As Boolean 
    Get
'Usage
Dim instance As ChartAreaInstance 
Dim value As Boolean 

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

Eigenschaftswert

Typ: System.Boolean
A Boolean value that represents the calculated value of the EquallySizedAxesFont property.

Siehe auch

Verweis

ChartAreaInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace