ChartControl.ShouldSerializeChartAnnotations(XamlDesignerSerializationManager) Method
In This Article
Indicates whether the effective value of the ChartControl.ChartAnnotations property should be serialized during serialization of a ChartControl object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public bool ShouldSerializeChartAnnotations(
XamlDesignerSerializationManager manager
)
#Parameters
Name | Type | Description |
---|---|---|
manager | Xaml |
A Xaml |
#Returns
Type | Description |
---|---|
Boolean | This property returns false to avoid serialization of the Chart |
#Remarks
This method is for internal use only. Normally you should not use it.
See Also