LegendCellColumn.SeriesSymbolSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the size of the series symbol displayed in a legend cell column.
public:
virtual property System::Drawing::Size SeriesSymbolSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
public virtual System.Drawing.Size SeriesSymbolSize { get; set; }
member this.SeriesSymbolSize : System.Drawing.Size with get, set
Public Overridable Property SeriesSymbolSize As Size
Property Value
A Size object that represents the size of the series symbol. The default values for the width and height of the symbol are 200 and 70, respectively.
Remarks
The size of the series symbol is measured as a percentage of the legend font size.
This property is only applicable if the LegendCellColumnType property is set to SeriesSymbol.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET