ChartAxis.MaxFontSize 属性

Gets the maximum font size when autofitting labels.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MaxFontSize As ReportSizeProperty
    Get
用法
Dim instance As ChartAxis
Dim value As ReportSizeProperty

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