Gets or sets the control template for the Y axis.
This is a dependency property.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ControlTemplate YAxisTemplate { get; set; } |
| Visual Basic |
|---|
Public Property YAxisTemplate As ControlTemplate Get Set |
| Visual C++ |
|---|
public: property ControlTemplate^ YAxisTemplate { ControlTemplate^ get (); void set (ControlTemplate^ value); } |