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