  | CCHIMERAPlotStringClassifiedSymbolsLegend Method  | 
 Note: This API is now obsolete.
Plot legend for the string classified symbols.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")]
public static void PlotStringClassifiedSymbolsLegend(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	CVV p6,
	CVV p7,
	int p8,
	int p9
)
[ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")]
public static void PlotStringClassifiedSymbolsLegend(
	CGXNETCore gxNetShared,
	CMVIEW p1,
	string p2,
	double p3,
	double p4,
	double p5,
	CVV p6,
	CVV p7,
	int p8,
	int p9
)<ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")>
Public Shared Sub PlotStringClassifiedSymbolsLegend ( 
	gxNetShared As CGXNETCore,
	p1 As CMVIEW,
	p2 As String,
	p3 As Double,
	p4 As Double,
	p5 As Double,
	p6 As CVV,
	p7 As CVV,
	p8 As Integer,
	p9 As Integer
)
<ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")>
Public Shared Sub PlotStringClassifiedSymbolsLegend ( 
	gxNetShared As CGXNETCore,
	p1 As CMVIEW,
	p2 As String,
	p3 As Double,
	p4 As Double,
	p5 As Double,
	p6 As CVV,
	p7 As CVV,
	p8 As Integer,
	p9 As Integer
)public:
[ObsoleteAttribute(L"Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")]
static void PlotStringClassifiedSymbolsLegend(
	CGXNETCore^ gxNetShared, 
	CMVIEW^ p1, 
	String^ p2, 
	double p3, 
	double p4, 
	double p5, 
	CVV^ p6, 
	CVV^ p7, 
	int p8, 
	int p9
)
public:
[ObsoleteAttribute(L"Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")]
static void PlotStringClassifiedSymbolsLegend(
	CGXNETCore^ gxNetShared, 
	CMVIEW^ p1, 
	String^ p2, 
	double p3, 
	double p4, 
	double p5, 
	CVV^ p6, 
	CVV^ p7, 
	int p8, 
	int p9
)
[<ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")>]
static member PlotStringClassifiedSymbolsLegend : 
        gxNetShared : CGXNETCore * 
        p1 : CMVIEW * 
        p2 : string * 
        p3 : float * 
        p4 : float * 
        p5 : float * 
        p6 : CVV * 
        p7 : CVV * 
        p8 : int * 
        p9 : int -> unit 
[<ObsoleteAttribute("Deprecated since 2024.2, Use PlotStringClassifiedSymbolsLegendFromClassFile_CHIMERA.")>]
static member PlotStringClassifiedSymbolsLegend : 
        gxNetShared : CGXNETCore * 
        p1 : CMVIEW * 
        p2 : string * 
        p3 : float * 
        p4 : float * 
        p5 : float * 
        p6 : CVV * 
        p7 : CVV * 
        p8 : int * 
        p9 : int -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - p1
 - Type: GeoEngine.Core.GXNetXCMVIEW
Map view object - p2
 - Type: SystemString
Title - p3
 - Type: SystemDouble
Left side X location - p4
 - Type: SystemDouble
Bottom Y bound - p5
 - Type: SystemDouble
Top Y bound - p6
 - Type: GeoEngine.Core.GXNetXCVV
Strings (string VV) - p7
 - Type: GeoEngine.Core.GXNetXCVV
Symbol indices  (INT VV) 0-41 - p8
 - Type: SystemInt32
Plot Unclassified symbol? - p9
 - Type: SystemInt32
Plot Unassigned symbol? 
Remarks
Scatter and Triplots now use class files.
Up to 42 different symbols are defined.
Duplicate symbol indices are removed.
Index 0 is returned for unclassified strings ""
Index 1 is returned for unassigned strings (only the
first 40 different classes get their own unique symbol/color.
See Also