[]
        
(Showing Draft Content)

C1.Win.C1Chart.Legend.ShouldSerializeLocationDefault

ShouldSerializeLocationDefault Method

ShouldSerializeLocationDefault()

Returns false if the Legend LocationDefault property is in the default state.

Declaration
public bool ShouldSerializeLocationDefault()
Returns
Type Description
bool

True if the LocationDefault has no default value; otherwise, it is false.

Remarks

The default state is LocationDefault.Width = -1, LocationDefault.Height = -1, which results in automatic location of the Legend.

See Also