ChartAreaInstance.EquallySizedAxesFont Property
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
Property Value
Type: System.Boolean
A Boolean value that represents the calculated value of the EquallySizedAxesFont property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace