MobileForms Toolkit Documentation

CompactChart.ShowLegend Property

Gets or sets a value indicating whether a legend should be displayed.

public bool ShowLegend {get; set;}

Property Value

true if the legend should be shown; otherwise, false. The default is false.

Remarks

By default, the legend is displayed above the chart in the upper portion of the client area. It shows which color corresponds to which data Series. The alignment of the legend can be adjusted using LegendAlign property.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | Series | LegendAlign