[]
Initializes a new instance of the Legend class.
FlexChartBase that owns this Legend.
Gets or sets the maximum legend size (width for left or right position and height for top or bottom position). The size can be specified in pixels: maxSize = '100px' or percents: maxSize = '50%'.
Gets or sets a value that determines the orientation of the legend.
Gets or sets a value that determines whether and where the legend appears in relation to the plot area.
Gets or sets a value that determines whether the legend would be shown in reverse order or not The value should be 'true' or 'false' or undefined. Default value is undefined. If true, legends wwould be shown in reverse order If false, legends would be shown in non-reverse order If undefined, it would be decided automatically by the chart.
Gets or sets a value that determines whether the scrollbar should be used for a long legend.
The default value for this property is false.
Gets or sets a value that determines the title of the legend.
Gets or sets a value that determines the align value of the legend. The value should be 'left', 'center' or 'right'.
Represents the chart legend.