Reincharts
    Preparing search index...

    Hierarchy

    • Component<PriceCoordinateProps>
      • PriceCoordinate
    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • props: PriceCoordinateProps

      Returns PriceCoordinate

    • Parameters

      • props: PriceCoordinateProps
      • context: any

        value of the parent Context specified in contextType.

      Returns PriceCoordinate

    Properties

    defaultProps: {
        arrowWidth: number;
        at: string;
        displayFormat: (n: number | {}) => string;
        dx: number;
        fill: string;
        fontFamily: string;
        fontSize: number;
        lineOpacity: number;
        lineStroke: string;
        opacity: number;
        orient: string;
        price: number;
        rectHeight: number;
        rectWidth: number;
        strokeDasharray: string;
        strokeOpacity: number;
        strokeWidth: number;
        textFill: string;
        yAxisPad: number;
    } = ...

    Methods

    • Parameters

      • props: PriceCoordinateProps
      • moreProps: any

      Returns {
          arrowWidth: undefined | number;
          coordinate: string;
          dx: undefined | number;
          edgeAt: any;
          fill: any;
          fontFamily: undefined | string;
          fontSize: undefined | number;
          hideLine: boolean;
          lineOpacity: undefined | number;
          lineStroke: undefined | string;
          lineStrokeDasharray: undefined | strokeDashTypes;
          opacity: undefined | number;
          orient: undefined | "left" | "right" | "top" | "bottom";
          rectHeight: undefined | number;
          rectWidth: undefined | number;
          show: boolean;
          stroke: undefined | string;
          strokeOpacity: undefined | number;
          strokeWidth: undefined | number;
          textFill: any;
          type: string;
          x1: number;
          x2: any;
          y1: any;
          y2: any;
      }