[]
        
(Showing Draft Content)

C1.Win.C1Chart.Area.ShouldSerializeLocationDefault

ShouldSerializeLocationDefault Method

ShouldSerializeLocationDefault()

Returns false if the ChartArea 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.X = -1, LocationDefault.Y = -1, which results in automatic placement of the ChartArea.

See Also