ChartSerializer.IsTemplateMode Property

Definition

Gets or sets a flag that indicates whether the chart serializer is working in template-creation mode.

public:
 property bool IsTemplateMode { bool get(); void set(bool value); };
public bool IsTemplateMode { get; set; }
member this.IsTemplateMode : bool with get, set
Public Property IsTemplateMode As Boolean

Property Value

true if the chart serializer is working in template-creation mode; otherwise, false.

Applies to