RenderOptionLegend.TrimStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of items to trim from the start of the legend definition. Used if there are values important for rendering (e.g. nodata) that aren't desirable in the legend.
public int? TrimStart { get; set; }
member this.TrimStart : Nullable<int> with get, set
Public Property TrimStart As Nullable(Of Integer)