Class XamlGeometryType
Indicates what System.Windows.Media.Geometry to create for continuous series.
Inheritance
System.Object
XamlGeometryType
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class XamlGeometryType : Enum
Fields
PathGeometry
System.Windows.Media.PathGeometry will be used.
Declaration
public const XamlGeometryType PathGeometry
Field Value
XamlGeometryType
|
StreamGeometry
System.Windows.Media.StreamGeometry will be used.
Declaration
public const XamlGeometryType StreamGeometry
Field Value
XamlGeometryType
|
value__
Declaration
public int value__
Field Value
System.Int32
|