Margins 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Margins 클래스의 새 인스턴스를 초기화합니다.
오버로드
Margins() |
Margins 클래스의 새 인스턴스를 초기화합니다. |
Margins(Int32, Int32, Int32, Int32) |
여백의 지정된 위쪽, 아래쪽, 왼쪽 및 오른쪽 좌표를 사용하여 Margins 클래스의 새 인스턴스를 초기화합니다. |
Margins()
Margins(Int32, Int32, Int32, Int32)
여백의 지정된 위쪽, 아래쪽, 왼쪽 및 오른쪽 좌표를 사용하여 Margins 클래스의 새 인스턴스를 초기화합니다.
public:
Margins(int top, int bottom, int left, int right);
public Margins (int top, int bottom, int left, int right);
new System.Web.UI.DataVisualization.Charting.Margins : int * int * int * int -> System.Web.UI.DataVisualization.Charting.Margins
Public Sub New (top As Integer, bottom As Integer, left As Integer, right As Integer)
매개 변수
- top
- Int32
위쪽 여백입니다.
- bottom
- Int32
아래쪽 여백입니다.
- left
- Int32
왼쪽 여백입니다.
- right
- Int32
오른쪽 여백입니다.
설명
범례 셀에 사용할 경우 여백 범례의 글꼴 크기의 백분율로 측정 됩니다.