LegendFormatString Property (EcgRenderingSettings)
Gets or sets the format string for legend text in electrocardiogram image.
public System.String LegendFormatString { get; set; }
public: __property System.String get_LegendFormatString();
public: __property void set_LegendFormatString(
System.String
);
public:
property System.String LegendFormatString {
System.String get();
void set(System.String );
}
'Declaration
Public Property LegendFormatString As System.String
Property Value
Default value is "{MillimetersPerSecond}mm/s, {MillimetersPerMillivolt}mm/mV".
Supported values:
- MillimetersPerSecond
- MillimetersPerMillivolt
- Any DICOM metadata node name, for example, "Patient's Name", "Study Date", "Study Time", etc
Text template has format, which is similar to a common format string but template uses the dictionary keys (for example "{MillimetersPerSecond}").
Example: "{MillimetersPerSecond:f2}" - this template can be used to get MillimetersPerSecond with 2 decimal places.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5