Gets or sets the orientation of the texture applied to the elements representing this series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Orientation TextureOrientation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextureOrientation As Orientation |
A member of the WPF Orientation enumeration. The default is Vertical.
See Also