The format of the text shown in the legend. Use "%v" as a placeholder for the value and "%c" as a placeholder for category.

Namespace: Ico.Awx.Chart
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string LegendFormat { get; set; }
Visual Basic
Public Property LegendFormat As String
	Get
	Set
JScript
function get LegendFormat () : String
function set LegendFormat (value : String)

See Also