Share via


ChartArea.EquallySizedAxesFont Property

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

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

Syntax

'Declaration
Public ReadOnly Property EquallySizedAxesFont As ReportBoolProperty 
    Get
'Usage
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

Property Value

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

See Also

Reference

ChartArea Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace