Class AXDataSeriesDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AXDataSeriesDescriptor
extends NSObject
Since:
Available in iOS 15.0 and later.
  • Constructor Details

    • AXDataSeriesDescriptor

      protected AXDataSeriesDescriptor()
    • AXDataSeriesDescriptor

      protected AXDataSeriesDescriptor​(NSObject.Handle h, long handle)
    • AXDataSeriesDescriptor

      protected AXDataSeriesDescriptor​(NSObject.SkipInit skipInit)
    • AXDataSeriesDescriptor

      public AXDataSeriesDescriptor​(String name, boolean isContinuous, NSArray<AXDataPoint> dataPoints)
    • AXDataSeriesDescriptor

      public AXDataSeriesDescriptor​(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)
  • Method Details