Freigeben über


ChartAxis.MinFontSize-Eigenschaft

Gets the minimum font size when autofitting labels.

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

Syntax

'Declaration
Public ReadOnly Property MinFontSize As ReportSizeProperty 
    Get
'Usage
Dim instance As ChartAxis 
Dim value As ReportSizeProperty 

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

Siehe auch

Verweis

ChartAxis Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace