Table of Contents

Class PolarToolsComponent_PerformanceOverview

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class is the implementation of the Polar Tools component 'Performance overview'.

public class PolarToolsComponent_PerformanceOverview : PolarToolsComponent
Inheritance
PolarToolsComponent_PerformanceOverview
Inherited Members
Extension Methods

Properties

Caption

This property gets/sets the caption for this component as shown in the tabs in Polar Tools.

public override string Caption { get; set; }

Property Value

string

Name

Returns the name of this component.

public override string Name { get; }

Property Value

string

NumberOfMinutesToShow

This property gets/sets the number of minutes to show in the charts.

public int NumberOfMinutesToShow { get; set; }

Property Value

int