ColorMapLegend {Microsoft.VisualBasic.Imaging.Drawing2D.Colors} .NET clr documentation

ColorMapLegend

Description

a continues numeric scaler legend bar

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Drawing2D.Colors
export class ColorMapLegend {
   designer: SolidBrush[];
   foreColor: Color;
   format: string;
   legendOffsetLeft: double;
   maxWidth: double;
   noblank: boolean;
   ruleOffset: double;
   tickAxisStroke: Pen;
   tickFont: Font;
   ticks: double;
   title: string;
   titleFont: Font;
   unmapColor: string;
}

        

.NET clr type reference tree

  1. use by property member designer: SolidBrush
  2. use by property member foreColor: Color
  3. use by property member tickAxisStroke: Pen
  4. use by property member tickFont: Font
  5. use by property member titleFont: Font

[Package {$package} version {$version} Index]