Skip to content

Commit

Permalink
Merge pull request #880 from MithrilMan/patch-1
Browse files Browse the repository at this point in the history
Expose MiniatureShapeSize on ISeries interface
  • Loading branch information
beto-rodriguez committed Feb 10, 2023
2 parents b6e16d9 + f9ad029 commit 7fee4e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/LiveChartsCore/ISeries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ public interface ISeries
/// <c>true</c> if this instance is visible at legends; otherwise, <c>false</c>.
/// </value>
bool IsVisibleAtLegend { get; set; }

/// <summary>
/// Gets or sets the size of the legend shape.
/// </summary>
/// <value>
/// The size of the legend shape.
/// </value>
double MiniatureShapeSize { get; set; }

/// <summary>
/// Gets or sets the data padding, both coordinates (X and Y) from 0 to 1, where 0 is nothing and 1 is the axis tick
Expand Down

0 comments on commit 7fee4e2

Please sign in to comment.