SymbolInfoSvgDataX Property  | 
 
            Gets the X point of the symbol.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "X")]
public float X { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "X")>
Public Property X As Single
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"X")]
property float X {
	float get ();
	void set (float value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "X")>]
member X : float32 with get, set
Property Value
Type: 
Single
            The X point of the symbol.
            
See Also