/// <remarks> /// Draw this KPlotObject on the given QPainter /// <param> name="p" The QPainter to draw on /// </param><param> name="pw" the KPlotWidget to draw on (this is needed /// for the KPlotWidget.MapToWidget() function) /// </param></remarks> <short> Draw this KPlotObject on the given QPainter </short> public void Draw(QPainter p, KPlotWidget pw) { interceptor.Invoke("draw##", "draw(QPainter*, KPlotWidget*)", typeof(void), typeof(QPainter), p, typeof(KPlotWidget), pw); }
/// <remarks> /// </remarks> <return> the axis of the specified <code>type</code>, or 0 if no axis has been set. /// @sa Axis /// </return> /// <short> </short> public KPlotAxis axis(KPlotWidget.Axis type) { return (KPlotAxis) interceptor.Invoke("axis$", "axis(KPlotWidget::Axis)", typeof(KPlotAxis), typeof(KPlotWidget.Axis), type); }