LoadOptions

Of the type TTMSFNCChartLoadOptions.

You have the DefaultLoadPptions that are available as a property of the TTMSFNCChart. Or you can create a new instance of the class to load with specific settings.

Property name Description
ClearSeries Clear the previous created series.
CSVDelimiter The seperator to use for the CSV, this is default empty and if empty it will check for the best fitting char.
CSVFirstLine How to use the first line of the CSV file. You can skip it, use it as the series name or set it as values.
MaxYOffsetPercentage The percentage to add to the maximum of the YValues, default set to 5%.
XGrid Should the XGrid be visible, default False.
YGrid Should the YGrid be visible, default True.
XRange The AutoRange value that should be set for the added series.
YRange The AutoRange value that should be set for the added series.
XValuesFormatType The FormatType value that should be set for the added series.
XValuesFormatString The FormatString value that should be set for the added series.
YValuesFormatType The FormatType value that should be set for the added series.
YValuesFormatString The FormatString value that should be set for the added series.

Go back to Properties