MobileForms Toolkit Documentation

CompactChart.LegendAlign Property

Gets or sets a value which specifies the position of the legend.

public LegendAlignment LegendAlign {get; set;}

Property Value

The LegendAlignment value specifies where the legend should be displayed. It can contain these values:

Top The legend will be displayed above the chart at the upper portion of the client area.
Left The legend will be displayed to the left of the chart at the left portion of the client area.
Right The legend will be displayed to the right of the chart at the right portion of the client area.
Bottom The legend will be displayed to the bottom of the chart at the bottom portion of the client area.
Default This is the default value.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace | ShowLegend | LegendColumns