ISupportAxes
Interface
Contract for series that bind to chart axes and can target primary or secondary axis groups.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public interface ISupportAxes
Derived Classes:
Properties
Indicates which axis group (primary or secondary) the series uses.
C#
AxisGroupName AxisGroupName { get; set; }