Gets or sets whether the pen inherits quality plot modes from the parent TwxChartComponent()()()(). True by default.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool InheritQualityPlotMode { get; set; }
Visual Basic
Public Property InheritQualityPlotMode As Boolean
	Get
	Set
JScript
function get InheritQualityPlotMode () : boolean
function set InheritQualityPlotMode (value : boolean)

See Also