> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblStatistic

> XblStatistic

# XblStatistic

Contains information about a user statistic.

## Syntax

```cpp theme={null}
typedef struct XblStatistic {  
    const char* statisticName;  
    const char* statisticType;  
    const char* value;  
} XblStatistic  
```

### Members

*statisticName*\
Type: const char\*

The name of the statistic.

*statisticType*\
Type: const char\*

The type of the statistic.

*value*\
Type: const char\*

The value of the statistic.

## Member of

[XblServiceConfigurationStatistic](/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic)\
[XblStatisticChangeEventArgs](/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs)

## Requirements

**Header:** user\_statistics\_c.h

## See also

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblStatisticChangeEventArgs](/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
- [XblServiceConfigurationStatistic](/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic.md)
- [XblStatisticChangedHandler](/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsTrackStatistics](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblRequestedStatistics](/reference/live/xsapi-c/user_statistics_c/structs/xblrequestedstatistics.md)
