Gets or sets preview method.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute(PreviewMethodEnum.PreviewAxes)]
public PreviewMethodEnum PreviewMethod { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute(PreviewMethodEnum.PreviewAxes)> _
Public Property PreviewMethod As PreviewMethodEnum
	Get
	Set

Remarks

Specifies how interactive manipulations are to be presented to the user.

See Also