Documentation modifications
This commit is contained in:
@@ -184,6 +184,12 @@ public class SmartDisplay : DisplayConfig
|
||||
}
|
||||
|
||||
// TO TEST
|
||||
/// <summary>
|
||||
/// Compares the values of the public properties of <see cref="SmartDisplay"/> between the current instance and <paramref name="other"/>, and returns the names of the properties that differ. The <see cref="SmartDisplay.ColorConfig"/> property is also included when it is not null and not equal to the one in <paramref name="other"/>.
|
||||
/// </summary>
|
||||
/// <param name="other">The <see cref="SmartDisplay"/> instance to compare against; may be null.</param>
|
||||
/// <returns>A <see cref="List{String}"/> containing the names of the properties that have different values between the two instances.</returns>
|
||||
/// <!-- aidoc:v1 sig=5d5d974 body=db6cf7c -->
|
||||
public List<string> GetDifferentProperties(SmartDisplay? other)
|
||||
{
|
||||
// Obtiene las propiedades públicas de la clase SmartDisplay
|
||||
@@ -858,6 +864,10 @@ public class AxisLabel
|
||||
/// <summary>
|
||||
/// Represents a line associated with an axis, typically used in charting or graphing scenarios to render or define axis-related visual elements.
|
||||
/// </summary>
|
||||
/// <summary>
|
||||
/// Represents a line associated with an axis, typically used to render or define the visual structure of an axis in a chart or graph.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=5e39639 -->
|
||||
public class AxisLineStyle
|
||||
{
|
||||
public string? Color { get; set; }
|
||||
@@ -1030,6 +1040,10 @@ public class Piece
|
||||
// /// <summary>
|
||||
// /// Represents a candle entity within the system.
|
||||
// /// </summary>
|
||||
// /// <summary>
|
||||
// /// Represents a single <c>candlestick</c> data point, typically used in financial charting to encapsulate price information for a discrete time interval.
|
||||
// /// </summary>
|
||||
// /// <!-- aidoc:v1 sig=59009c7 -->
|
||||
// public class CandlestickSeriesConfig : SeriesConfigBase
|
||||
// {
|
||||
// public List<Candle>? CandleKeyList { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user