InterfaceISupportAxes
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:
cs-api-definition
public interface ISupportAxes
Properties
AxisGroupName
Indicates which axis group (primary or secondary) the series uses.
Declaration
cs-api-definition
AxisGroupName AxisGroupName { get; set; }
Property Value