다음을 통해 공유


Chart.AddLegend(String, String) 메서드

정의

차트에 범례를 추가합니다.

public System.Web.Helpers.Chart AddLegend(string title = default, string name = default);
member this.AddLegend : string * string -> System.Web.Helpers.Chart
Public Function AddLegend (Optional title As String = null, Optional name As String = null) As Chart

매개 변수

title
String

범례 제목 텍스트입니다.

name
String

범례의 고유 이름입니다.

반환

차트입니다.

적용 대상